AntiModerate is progressive image loading library with javascript.
Reduce loading time of page to less than a second on slow connections by loading and rendering nicely blurred micro images on the page while loading full sized images in background which replace as they finish.
JAIL is a jQuery plugin that lazy load images making your page load faster. Images are downloaded when they are visible or when they become visible inside the viewport
imageloader is a jQuery plugin for preloading images.
imagesLoaded is a jQuery plugin that triggers a callback after all the selected/child images have been loaded. Because you can't do .load()
on cached images.
What QueryLoader2 does is simply scanning the given elements for images (and background images) and preloading them before the website is visible.
This version has been modified to make it easier for users to implement (especially those who are already into jQuery).