qq_慕勒8045106
2019-07-05 10:47
是不是 mouseover 与hover 事件有冲突
this.timer = null;
if (config.invoke > 0 && config.invoke <= _this_.tabItems.length)
{
this.loop = config.invoke -1;
}
else
{
this.loop = 0;
}
this.autoPlay();
this.tab.hover(function () {
window.clearInterval(_this_.timer);
},
function () {
_this_.autoPlay();
});
JS插件开发之-Tab选项卡
19821 学习 · 54 问题
相似问题