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
Try this code, it helped me!
$('.slider-selector').not('.slick-initialized').slick({ dots: true, arrows: false, setPosition: true });