It's at: http://docs.jquery.com/Traversing/contents
Did iFrameTable.document... work? I thought it was
iFrameTable.ownerDocument.... maybe both work..
Anyway... that one was the jQuery-way to do that... I'm glad it
helped.

Ariel Flesler

On Nov 18, 8:21 pm, chrismarx <[EMAIL PROTECTED]> wrote:
> this
>
> iFrameTable.document.getElementsByTagName("td")
>
> actually worked in ie and firefox (havent tried safari)
>
> this:
>
> $('#iFrameTable').contents().find('td');
>
> worked beautifully as well. where is content() documented??
>
> On Nov 17, 1:54 pm, Flesler <[EMAIL PROTECTED]> wrote:
>
>
>
> > $('#iframeTable').contents().find('td');
>
> > Ariel Flesler
>
> > On Nov 15, 8:25 am, chrismarx <[EMAIL PROTECTED]> wrote:
>
> > > What would be a jQuery equivalent for this
>
> > > iFrameTable.document.getElementsByTagName("td")
>
> > > if iFrameTable is the id of the iframe?- Hide quoted text -
>
> - Show quoted text -

Reply via email to