SyntaxFix
Write A Post
Hire A Developer
Questions
For me binding to the body does not work. Binding to the document using jQuery.bind() does.
$(document).bind('DOMNodeInserted',function(e){ var target = e.target; });