Re: [jQuery] Retrieve a from iframe

2007-01-25 Thread Blair McKenzie
Ah. That was my last idea. Sorry Blair On 1/25/07, David Gironella <[EMAIL PROTECTED]> wrote: I test it but firefox 2 say me that I cant access to HTMLDocument.getElementByTagName Giro. ___ jQuery mailing list discuss@jquery.com http://jquery.co

Re: [jQuery] Retrieve a from iframe

2007-01-25 Thread David Gironella
De: [EMAIL PROTECTED] [mailto: <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] En nombre de Blair McKenzie Enviado el: jueves, 25 de enero de 2007 12:18 Para: jQuery Discussion. Asunto: Re: [jQuery] Retrieve a from iframe The only way to use jQuery across frames is to include jQuery in eac

Re: [jQuery] Retrieve a from iframe

2007-01-25 Thread Blair McKenzie
- *De:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *En nombre de *Blair McKenzie *Enviado el:* jueves, 25 de enero de 2007 12:18 *Para:* jQuery Discussion. *Asunto:* Re: [jQuery] Retrieve a from iframe The only way to use jQuery across frames is to include jQuery in each frame's s

Re: [jQuery] Retrieve a from iframe

2007-01-25 Thread Blair McKenzie
bre de *Blair McKenzie > *Enviado el:* jueves, 25 de enero de 2007 12:18 > *Para:* jQuery Discussion. > *Asunto:* Re: [jQuery] Retrieve a from iframe > > > > The only way to use jQuery across frames is to include jQuery in each > frame's source. If they do, then you could do som

Re: [jQuery] Retrieve a from iframe

2007-01-25 Thread David Gironella
I can’t place code inside Iframe. Thk. Giro. _ De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Blair McKenzie Enviado el: jueves, 25 de enero de 2007 12:18 Para: jQuery Discussion. Asunto: Re: [jQuery] Retrieve a from iframe The only way to use jQuery across

Re: [jQuery] Retrieve a from iframe

2007-01-25 Thread Blair McKenzie
The only way to use jQuery across frames is to include jQuery in each frame's source. If they do, then you could do something like: var a=$("nothing"); $("iframe").each(function(){ if (this.jQuery) a.add(this.jQuery("a")); }); Blair On 1/25/07, David Gironella <[EMAIL PROTECTED]> wrote: How

[jQuery] Retrieve a from iframe

2007-01-25 Thread David Gironella
How can I get all A from all IFRAMES in web? Thk. Giro. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/