[jQuery] Re: traversing the content of an iframe

2007-06-22 Thread Karl Swedberg
Hi Rory, Have you looked at the FrameReady plugin yet? It might prove helpful: http://ideamill.synaptrixgroup.com/?p=6 --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 22, 2007, at 11:07 AM, roryf wrote: > > Is there a way to do this with jQuery with

[jQuery] Re: traversing the content of an iframe

2007-06-22 Thread roryf
Is there a way to do this with jQuery without resorting to browser sniffing? On Jun 14, 8:37 am, Jean-Francois Hovinne <[EMAIL PROTECTED]> wrote: > Hi Alexandre, > I don't know if it's the better way to do it, but in WYMeditor we use > this technique: > >  "http://www.w3.org/TR/xhtml1/DTD/xhtml1

[jQuery] Re: traversing the content of an iframe

2007-06-14 Thread Jean-Francois Hovinne
Hi Alexandre, I don't know if it's the better way to do it, but in WYMeditor we use this technique:  iframe test function initIframe(iframe) { if ($.browser.msie || $.browser.opera) { var doc = iframe.contentWindow.document; } else if ($.browser.mozilla || $.browser.safari) {