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?

Reply via email to