Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 359 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 359 Bytes

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