I'm trying to write a little Greasemonkey script for achieving some tasks in Facebook, like hiding news and such.
The problem is: I'm having an ID to an element which isn't existing yet in the DOM. It's the little box which appears when hitting a post's arrow-icon.
How can I create an event handler through jQuery which fires as soon as the element exists?