jQuery(function(){ function initBox() { if(!isMobile){ }else{ } }; initBox(); jQuery(window).resize(function () { initBox(); }); jQuery(function(){ }); jQuery(function(){ $('.banner .bcontent').addClass('transy'); var bannersider=jQuery(".banner-box"); bannersider.flexslider({ slideshowSpeed: 5000, animationSpeed: 500, animation:"slide", direction:"horizontal", slideshow:true, animationLoop:true, pauseOnHover:false, directionNav:false, controlNav:true, start: function(slider) { jQuery(".banner-box .slides li").removeClass("transShow").eq(slider.currentSlide+1).addClass("transShow").siblings(); }, after: function(slider) { jQuery(".banner-box .slides li").removeClass("transShow").eq(slider.currentSlide+1).addClass("transShow").siblings(); } }); }); $(".varietyli").flexslider({ animation:"slide", direction:"horizontal", slideshow:false, pauseOnHover:true, directionNav:false, controlNav:true }); });