/*功能性执行代码*/ $(function(){ // 插件启动 owl // $('.owl-carousel').owlCarousel({ // stagePadding: 50, // loop:true, // margin:10, // nav:true, // responsive:{ // 0:{ // items:1 // }, // 600:{ // items:3 // }, // 1000:{ // items:5 // } // } // }) $('.tuan-list').owlCarousel({ margin:10, nav:true, items:5 }) $(".menu-list li>span").click(function(){ $(this).toggleClass("cur"); $(this).next(".menula-a").slideToggle(); }) $(".nav ul.nav-ul>li").hover(function(){ $(this).find(".nav-xia").stop().slideToggle(); }) })/*function结束括号,JS代码请放此上!!!*/ /*功能性执行代码*/