$(function(){ var kv_slider = new Swiper('.detKv .imgSlider .swiper-container', { autoplay: { delay: 6000, disableOnInteraction: false, }, loop: true, pagination: { el: '.detKv .imgSlider .gp .dot', clickable: true, }, navigation: { nextEl: '.detKv .imgSlider .gp .right', prevEl: '.detKv .imgSlider .gp .left', }, }); var detnum = $(".detKv .imgSlider .gp .dot span").length; if(detnum <= 1) { $(".detKv .imgSlider .gp").hide(); $(".detKv .imgSlider .swiper-container .swiper-slide").addClass("swiper-no-swiping"); // kv_slider.autoplay.stop(); } // // $(".prodNav a").click(function(){ // var cl = $(this).attr("id"); // $('html,body').animate({scrollTop: $('#list_'+cl+'').offset().top - 87}, 1000); // }); var uri = location.search; if (uri.split("?cid=").length>1) { var id = uri.split("?cid=")[1]; $('html,body').animate({scrollTop: $('#list_'+id+'').offset().top - 83}, 1000); } });