afilp / jquery.elementReady

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%