;(function($) { $(".productSlidebox").each(function(i, item) { $(item).owlCarousel({ loop : true, items : 1, nav : true, }); }) })($)