在triggerType 配置mouseover auto自动轮播只执行一次,就不执行了

来源:5-1 自动切换

qq_慕勒8045106

2019-07-05 10:47

 是不是  mouseover 与hover 事件有冲突

写回答 关注

2回答

  • qq_慕勒8045106
    2019-07-05 10:50:06

    triggerType 为click 是可以的


  • qq_慕勒8045106
    2019-07-05 10:48:46

     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选项卡

Tab选项卡,通过教程学习,我们一一剖析它的实现原理

19821 学习 · 54 问题

查看课程

相似问题