jQuery plugin which fires a callback when an element exists or is added to the DOM
$(element).elementReady('.class', function() {
console.log('element of given selector .class is added or already existed in the DOM');
});
bower install jquery-element-ready
License: MIT