jquery image loader plugin

This is a JavaScript file released as a jQuery plugin that loads images in a visually appealing way. Instead of the typical block loading that HTML employs while loading images, this plugin waits until the entire image is downloaded then fades it in. This plugin simplifies the process of loading images. It is easily applied to wrappers so that it will load all of the images within it. Its main purpose is to assist web developers and designers in improving their user interfaces.

 

cdl_capture_2011-10-31-28_ 000

  • Include jQuery
  • Include jquery.krioImageLoader.js
  • Instantiate the plugin on the wrapper
  • $(“#test”).krioImageLoader();
  • Watch it load

View the Demo
Download or fork on GitHub

Leave a comment