作者热门文章
- xml - AJAX/Jquery XML 解析
- 具有多重继承的 XML 模式
- .net - 枚举序列化 Json 与 XML
- XML 简单类型、简单内容、复杂类型、复杂内容
我正在尝试将 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/
我提到的插件是:http://plugins.jquery.com/project/fadeslideshow这是我调用 jumpTo() 函数的脚本 var slide; jQuery(d
我的网站上有一张图像幻灯片,我希望在新窗口中打开这些链接... var mygallery=new fadeSlideShow({ wrapperid: "fadeshow1", //ID of b
我希望有人可以帮助我处理这个淡入淡出的幻灯片脚本。其他论坛中有许多主题可以回答为什么这对其他人不起作用,但我已经尝试了他们所有的修复,但我的仍然不起作用。 我没有尾随逗号,我的图像不在我的本地驱动器上
我正在尝试将 usemap 属性设置为添加到 imagearray 的这些图像之一。下面的代码是 javascript 中的 FadeSlide,但我想在其中一个图像上实例化一些 map 属性。谢谢。
我是一名优秀的程序员,十分优秀!