gpt4 book ai didi

javascript - 如何将 usemap 与 FadeSlideShow 一起使用?

转载 作者:数据小太阳 更新时间:2023-10-29 05:33:45 25 4
gpt4 key购买 nike

我正在尝试将 usemap 属性设置为添加到 imagearray 的这些图像之一。下面的代码是 javascript 中的 FadeSlide,但我想在其中一个图像上实例化一些 map 属性。谢谢。

<script type="text/javascript">

var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1",
dimensions: [250, 180],
imagearray: [
["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"]
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: false,
fadeduration: 500,
descreveal: "ondemand",
togglerid: ""
})

最佳答案

你可以用 JS 代码添加它

$('#fadeshow1').find('img').each(function() {
$(this).attr('usemap', '#imgmap');
});

关于javascript - 如何将 usemap 与 FadeSlideShow 一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16945769/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com