为了账号安全,请及时绑定邮箱和手机立即绑定

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

 是不是  mouseover 与hover 事件有冲突

正在回答

2 回答

triggerType 为click 是可以的


0 回复 有任何疑惑可以回复我~

 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();

            });


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

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

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信