首页 > 其他 > 详细

swiper手滑导航圆点不同步

时间:2019-12-08 23:53:48      阅读:188      评论:0      收藏:0      [点我收藏+]
// 滚动图 var mySwiper = new Swiper(‘.swiper-container‘, { // 如果需要分页器 pagination: { el: ‘.swiper-pagination‘, }, onSlideChangeEnd: function (swiper) { // pagination BUG var activeIndex = swiper.activeIndex; $(‘.swiper-pagination‘) .find(‘span‘) .eq(activeIndex) .addClass(‘swiper-pagination-bullet-active‘) .siblings() .removeClass(‘swiper-pagination-bullet-active‘); } });

swiper手滑导航圆点不同步

原文:https://blog.51cto.com/11056727/2456961

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!