$(document).ready(function(){ $(".product_slide").owlCarousel({ /*autoPlay: 3500, //Set AutoPlay to 3 seconds */ autoplay : true, items : 4, loop : true, dots : true, navigation : true, }); }); /* $(function(){ if (1){ $(".notice_wrap p").on('click',function(){ $(".board_output_1_tr:nth-child(1)").animate({bottom:'30px'},30); $(".board_output_1_tr:nth-child(3)").animate({top:'30px'},30); $(".notice_wrap p").on('click',function(){ $(".board_output_1_tr:nth-child(1)").animate({bottom:'60px'},30); $(".board_output_1_tr:nth-child(2)").animate({bottom:'30px'},30); $(".board_output_1_tr:nth-child(3)").animate({top:'0px'},30); $(".notice_wrap p").on('click',function(){ $(".board_output_1_tr:nth-child(1)").animate({bottom:'0px'},30); $(".board_output_1_tr:nth-child(2)").animate({top:'30px'},30); $(".board_output_1_tr:nth-child(3)").animate({top:'60px'},30); }) }) }) } }) */ $(document).ready(function(){ $(".notice_scroll table.article-list > tbody").slick({ autoplay : true, slidesToShow : 1, slidesToScroll : 1, vertical : true, dots : false, nav : true, verticalSwiping : true }) })