嗨,我不知道这么多的javascript,目前正在尝试调试。鼠标悬停在滑块上的滑块区域上的http://llondon.online-folio.com/index.php停止旋转,但当我将鼠标移出该区域时,它仍然保持空闲状态并且不会再次开始旋转。这是滑块的插件:http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm
这是停止鼠标悬停的代码:
this.tabs[i].onmouseover = function() {
tabinstance.expandtab(this)
tabinstance.cancelautorun() //stop auto cycling of tabs (if running)
return false
}
开始旋转有一个函数
.autorun()
所以有人可以给我写一些代码行,所以在鼠标输出时它会再次开始旋转。
答案 0 :(得分:0)
为什么不为此写一个鼠标输出事件?
例如
this.tabs [i] .onmouseout = function(){
tabinstance.autorun(); //重启标签自动循环
归还假
}
答案 1 :(得分:0)
请尝试使用Jquerytools http://jquerytools.org/