JAIL icon indicating copy to clipboard operation
JAIL copied to clipboard

Still loads hidden images

Open TheRealJAG opened this issue 8 years ago • 0 comments

I'm showing JAIL loading hidden images with jQuery v1.7.2 using the following configuration. Is the jQuery version the problem?

var $jq=jQuery.noConflict(); $jq(document).ready(function($) { $jq('img.lazy').jail({ event: 'load+scroll', timeout : 1000, loadHiddenImages : false, }); });

<img src="Lines.jpg" style="display: none;">

TheRealJAG avatar Jul 25 '17 17:07 TheRealJAG