You can chain...

$("iframe")[i].contents().find('#selector')


Jon

2009/10/13 Christophe <christophe.humb...@gmail.com>:
>
> 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