handling elements and events in other documents ?
I remember jQuery was the first to implement this adjustment:
http://blog.outofhanwell.com/2006/07/03/cross-window-events/
sorry to bring back this old thing, probably a thing of the past, but
since I was looking to the events (again) I saw that the old method of
grabbing the event from it's origin window source in IE has been
abandoned. Event is always sourced from the window where jQuery has
been loaded (window.event).
Was the above method ditched in favor of a better approach or was it
just forgotten through revisions ?
From what I recall this is indispensable to be able to create/
manipulate elements in other documents different from where jQuery was
initially loaded, and in turn to be able to handle events on those
cross-document elements.
Is this doable in jQuery ?
Isn't this affecting many of the functionality/capability jQuery-UI
could deliver through IFRAMES ?
Thanks for elaborating on this,
Diego