$(function(){ var myswiper = new swiper ('#swiper_one', { direction: 'horizontal', // 垂直切换选项 slidesperview : 3, slidespergroup : 3, spacebetween :1, loop: true, // 循环模式选项 // autoplay:{ // delay: 3000, // disableoninteraction: false // }, navigation: { nextel: '.swiper-button-next', prevel: '.swiper-button-prev', } }); $(".mod_left ul li").mouseenter(function(){ $(this).children("a").children(".mod_title").children().addclass("white") }) $(".mod_left ul li").mouseleave(function(){ $(this).children("a").children(".mod_title").children().removeclass("white") }) $(".mod_right ul li").mouseenter(function(){ $(this).children("a").children(".mod_title").children().addclass("white") }) $(".mod_right ul li").mouseleave(function(){ $(this).children("a").children(".mod_title").children().removeclass("white") }) })