Is there a cross browser method of returning the window object of an element whether it be in an iframe.
This does the job for me but I don't know how well supported it is or if jQuery has a solution.
var edoc = elem.ownerDocument.defaultView || elem.document.parentWindow;