$('.g-adv').swiper({ pagination: '.pages', paginationClickable: true, loop: true, autoplay: 4000 }); var proswiperTab = $('.pro_cnt').swiper({ paginationClickable :true, }); var swiperxz = $('.xz2').swiper({ pagination: '.swiper-pagination',/*分页,可删掉*/ paginationClickable: true, onSlideChangeEnd: function(swiper) { var _index = swiperxz.activeIndex; $('.tabs2 a').removeClass('active').eq(_index).addClass('active'); } }); $(".tabs2 a").on('touchstart mousedown',function(e){ e.preventDefault(); $(".tabs2 .active").removeClass('active'); $(this).addClass('active'); swiperxz.slideTo( $(this).index() ); }); $(".tabs2 a").click(function(e){ e.preventDefault(); }); var jzswiperTab = $('.jz').swiper({ pagination : '.page', paginationClickable :true, }); var xwswiperTab2 = $('.js-swiper-tab-news').swiper({ onSlideChangeEnd: function (swiper) { var _index = xwswiperTab2.activeIndex; $('.newtit a').removeClass('active').eq(_index).addClass('active'); } }); $(".newtit a").on('touchstart mousedown', function (e) { e.preventDefault(); $(".newtit .active").removeClass('active'); $(this).addClass('active'); xwswiperTab2.slideTo($(this).index()); }); $(".newtit a").click(function (e) { e.preventDefault(); });