Skip to content

firstpersoncode/jquery-images-loading-effect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(background/image);"></div>

About

jQuery Plugin for loading effect when images still loading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published