jQuery(document).ready(function($) { $(window).load(function(){ var $container = $('.apsp-caption-disabled,.apsp-caption-enabled'); // init $container.isotope({ // options itemSelector: '.apsp-pinterest-latest-pin', }); }); });