// JavaScript Document $(".nav li").hover(function(){ $(this).find("ul").slideDown("fast"); },function(){ $(this).find("ul").stop().slideUp("fast"); }); $('#bannerslider').flexslider({ animation: "slide", touch: 1, animationLoop: true, controlNav:true, directionNav:true, prevText: "", nextText: "", move: 1, pauseOnAction:false, slideshowSpeed: 5000, }); if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){ new WOW().init(); }; $(function(){ $("div.wenda").myScroll({ speed:40, //数值越大,速度越慢 rowHeight:110 //li的高度 }); }); $('#casecon').flexslider({ animation: "slide", controlNav:false, itemWidth: 270, itemMargin: 0, minItems: 1, maxItems: 4, prevText: "", nextText: "", slideshowSpeed: 2000, });