Load images after DOM is loaded with Lazy Load Plugin for jQuery

Load images after DOM is loaded with Lazy Load Plugin for jQuery

, on May 03, 2010
Load images after DOM is loaded with Lazy Load Plugin for jQuery

As the title say, this plugin loads images after the DOM is ready.

Load the jquery and the plugin.



The simplest use is to put $("img").lazyload(); inside document ready event.

$(document).ready(function() {
    $("img").lazyload();
});

Ways to use it and demos on the project page.

Reply

The content of this field is kept private and will not be shown publicly. If you have a Gravatar account associated with the e-mail address you provide, it will be used to display your avatar.