🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

loadImages.js is a simple, lightweight jQuery plugin which displays a CSS3 based animated loader to indicate the image is loading and you have to still wait.

loading-spinner loading-indicator image-loader

Documentation

jQuery Images Loading Effect 1.1

jQuery Plugin for loading effect when images still loading.

Nasser Maronie

  • Demo

  • github

    loadImages.js 1.1

    Invoke plugin

      	//init plugin   	$('img').loadingEffect(        "<div class='loading'></div>", //loading template        function(){                //callback after img loaded..     });

Loading element will be append into image's container (its parent). work for <img src="some/image" /> & <div style="background: url(#);"></div>


You May Also Like