Sunday, July 26, 2009

[jQuery] Re: accessing iframe content

Hi,
Try this. It works for me.
iframe = $('iframe.CLASS_NAME')[0];

I am accessing iframe content via class and works fine. Should work
with id too.
Hope its what you need,
regards
Mike

No comments: