问答详情
源自:-

发现bug

当把click改为mouseover后,就不能正常运行了,因为选项卡标题hover后会使setInterval结束,希望得到老师的解答

提问者:帅帅01 2017-06-06 17:42

个回答

  • 帅帅01
    2017-06-06 19:32:04

    已经解决了,将tabItems.eq(_this_.loop).trigger(config.triggerType);改为_this_.invoke(tabItems.eq(_this_.loop));即可