Re: [jQuery] frames/iframes syntax?

2006-10-17 Thread Christof Donat
Hi, > window.frames[0].document.getElementsByTagName('head'); $('head',window.frames[0].document) Christof ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] frames/iframes syntax?

2006-10-17 Thread John Sequeira
I would like to reference some elements in an iframe on the page. A reference in stock javascript would look like this: window.frames[0].document.getElementsByTagName('head'); But I haven't been able to figure out the analogous jQuery call ... Could someone provide the syntax for this? (i.e ref