justlazy.js lightweight javascript plugin to lazy load responsive images. Most of the existing javascript plugins using extensive dependencies or supporting just the img-tag without responsive parts. This plugin is supposed to be an alternative.
Progressively is a javascript library for loading images progressively. It’s written entirely in JavaScript and super small. It will load images on when user browse to the page, saving bandwidth & server requests.
Pilpil is a tiny, pure JavaScript library for Progressive Image Loading with a blur effect to reduce the page load time; as seen on Medium.
jQuery.loadScroll is a simple jQuery plugin for dynamically loading images while scrolling.
ChickenDinner.js is a little jQuery plugin that randomly loads images from a client-side array.
Progress.js is a JavaScript and CSS3 library which help developers to create and manage progress bar for every objects on the page.
waitForImages is a jQuery plugin that lets you attach callbacks to useful image loading events. waitForImages also supports images referenced in CSS, such as the background-image
property.
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.