How can I access an iframe window using jQuery? The only iframe
related stuff I have found is contents(), which allows me to access
the DOM in the iframe.

For now, I am using $("iframe")[i].contentWindow, but it seems to be
IE only.

Thanks!

Reply via email to