Skip to content

Still loads hidden images #60

@TheRealJAG

Description

@TheRealJAG

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions