Is there an event jquery fires on a dom element when it is inserted into the dom?
E.g. lets say I load some content via ajax and add it to the DOM and in some other
Take a look at insertionQuery. It's an interesting library that uses CSS to detect new elements. Because it uses CSS there's no performance hit and you get returned the actual elements matching the selector.