$(function($) { var current_path =window.location.pathname; console.log(current_path); $('.sub_view_menu ul li a[href="'+current_path+'"]').addClass('active'); $('.single-left-menu a').click(function() { var srcArr = $(this).attr('href'); $(this).attr('href','/bizdemo111530/goods/goods_1.php?search=y&topmenu=&type=list'+srcArr); }); }); // Product Slider $('.product-slider-active').slick({ dots: true, infinite: true, speed: 300, slidesToShow: 6, slidesToScroll: 1, autoplay: true, arrows: true, pauseOnFocus: false, responsive: [{ breakpoint: 991, settings: { slidesToShow: 3, centerMode: false, } }, { breakpoint: 768, settings: { slidesToShow: 3, centerMode: false, } }, { breakpoint: 480, settings: { slidesToShow: 2, centerMode: false, } } ] });