I am using Slick for a carousel implementation and everything works fine when the pages loads.What I am trying to achieve is that when i make an Ajax call to retrieve new data I
Here we go, guys! It helped me
$('.slick-slider').not('.slick-initialized').slick({ infinite: false, slidesToShow: 1, slidesToScroll: 1, dots: true, arrows: false, touchThreshold: 9 });