$(function(){ // 插件启动 owl // $('.owl-carousel').owlCarousel({ // stagePadding: 50, // loop:true, // margin:10, // nav:true, // responsive:{ // 0:{ // items:1 // }, // 600:{ // items:3 // }, // 1000:{ // items:5 // } // } // }) $("#title-33-1 span").click(function(){ $(this).addClass("cur").siblings("span").removeClass("cur"); $(".list4").hide(); $(".list4").eq($(this).index()).show(); $("#title-33-1 a.fr").hide(); $("#title-33-1 a.fr").eq($(this).index()).show(); }) $("#title-33-2 span").click(function(){ $(this).addClass("cur").siblings("span").removeClass("cur"); $(".list5").hide(); $(".list5").eq($(this).index()).show(); $("#title-33-2 a.fr").hide(); $("#title-33-2 a.fr").eq($(this).index()).show(); }) $(".title-44 span").click(function(){ $(this).addClass("cur").siblings("span").removeClass("cur"); $(".index4-div").hide(); $(".index4-div").eq($(this).index()).show(); }) $('.zi-list').owlCarousel({ margin:20, nav:true, smartSpeed:800, loop:true, mouseDrag:false, autoplay:true, items:5, autoplayTimeout:4000 }) })/*function结束括号,JS代码请放此上!!!*/ /*功能性执行代码*/