求助!swiper鼠标放上面停止变动报错。
本帖最后由 独行剑侠 于 2021-7-13 12:27 编辑swiper鼠标放轮播图上停止变动,按照官网的放上后直接报错,求助。
源码在https://www.52pojie.cn/thread-1473018-1-1.html
我添加的是,不知道哪有问题了,引用的jQuery也试过放到swiper前面或者后面,都报错……
求大神~~
//鼠标悬停停止切换
$('.swiper-container').hover(function(){
swiper.autoplay.stop();
},function(){
swiper.autoplay.start();
});
控制台报错
(index):138 Uncaught ReferenceError: swiper is not defined
at HTMLDivElement.<anonymous> ((index):138)
at HTMLDivElement.handle (jquery.min.js:2)
at HTMLDivElement.dispatch (jquery.min.js:2)
at HTMLDivElement.y.handle (jquery.min.js:2) swiper is not defined 提示你没有这个对象 琴似蓝调 发表于 2021-7-9 20:46
swiper is not defined 提示你没有这个对象
那如何添加?
是jquery的问题?
还是swiper的问题?
页:
[1]