Sha256: ea7402bef520b75fb817a9f5195959b68ea13010530cc05ce85a1d1387a21b65
Contents?: true
Size: 242 Bytes
Versions: 2
Compression:
Stored size: 242 Bytes
Contents
var fLazyStart = function () { $(".lazy-image-wrapper img").lazyload({ effect : "fadeIn", threshold : 50 }); setTimeout(function () { $(window).scroll(); },500); }; $(function() { fLazyStart(); });
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jquery_lazy_load-0.1.0.14 | app/assets/javascripts/jquery.lazyload.start.js |
jquery_lazy_load-0.1.0.13 | app/assets/javascripts/jquery.lazyload.start.js |