jquery-lazyload-any icon indicating copy to clipboard operation
jquery-lazyload-any copied to clipboard

A jQuery plugin provides a lazyload function for images, iframe or anything.

Results 1 jquery-lazyload-any issues
Sort by recently updated
recently updated
newest added

Calling of `$.lazyload.check()` or `$.lazyload.setInterval(100000000)` doesn't seem to has any effect. Whats the proper way to use that? I have ``` $('.lazyload-thumbnail').lazyload({ load: function(img) { console.log("loading") img.fadeOut(0, function() { img.fadeIn(1000);...