-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
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;">
Metadata
Metadata
Assignees
Labels
No labels