[jQuery] Bind events on DOM elements inserted from other frame
I have been experiencing strangeness with trying to bind events to DOM
elements that have been inserted from a different frame using .get().
For some reason the elements don't be binded with the events if they
are inserted from other frame. In testing, if I try the same thing
within the SAME frame the the events get binded correctly.
Am I missing something here? Is this a limitation of jQuery?