Skip to content

jQuery plugin which fires a callback when an element exists or is added to the DOM

Notifications You must be signed in to change notification settings

afilp/jquery.elementReady

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery.elementReady

jQuery plugin which fires a callback when an element exists or is added to the DOM

Usage:

$(element).elementReady('.class', function() {
      console.log('element of given selector .class is added or already existed in the DOM');
});

Install:

bower install jquery-element-ready

Copyleft :)

License: MIT

About

jQuery plugin which fires a callback when an element exists or is added to the DOM

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%