How can I detect when a new element has been added to the document in jquery ?
Explanation: I want to know when an element with class \"column-header\" has been adde
You should check out the jQuery Mutation Events. I believe that it is what you are looking for.