是不是 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();
});