$(document).ready(function() { var myCarousel = $(".slider-for:not(.slick-initialized)"); myCarousel.each(function() { $(this).slick({}); }); });