Reinitialize Slick js after successful ajax call
问题 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 still want the slick carousel implementation, at the moment i lose it. I have put the call for slick into a function function slickCarousel() { $('.skills_section').slick({ infinite: true, slidesToShow: 3, slidesToScroll: 1 }); } and then I call the function within my success callback $.ajax({ type: 'get', url: '