$(function () { $('.banner').slick({ autoplay: true, arrows: false, dots: true, infinite: true, easing: "easeinoutexpo", speed: 1000, autoplayspeed: 10000, pauseonhover: false, fade: true }); $('.layer-1 .con').slick({ dots: false, arrows: false, autoplay: true, autoplayspeed: 3000, speed: 1000, infinite: true, vertical:true }); $('.news-fous').slick({ dots: true, arrows: true, autoplay: true, autoplayspeed: 3000, speed: 1000 }); $('.index-product .box').slick({ dots: true, arrows: true, autoplay: false, autoplayspeed: 5000, speed: 1000, infinite: true, slidestoshow: 4, slidestoscroll: 1 }); }); function tabs(tabtitle,tab_content,event){ var index=$(tabtitle).children(".hover").index() $(tab_content).children().eq(index).show().siblings().hide(); $(tabtitle).children().bind(event,function(){ var index=$(this).index(); $(this).addclass("hover").siblings().removeclass("hover"); $(tab_content).children().eq(index).show().siblings().hide(); return false; }); } $(document).ready(function(){ tabs(".tabs ul",".tabs_con","mouseover"); settimeout(function(){$('.banner').slideup();}, 5000 ); });