1 2 3 4 5 6 7
(function($) { $(function() { if ($("img.lazyload").length) { $("img.lazyload").show().lazyload({treshold: 200}); } }); })(jQuery);