[jQuery] Re: accessing the content of iframe

2008-06-13 Thread Alessandro Feijó
I'm trying to access content of a external frame, a page loaded from another server it seams impossible, when I try with local page, it works Is that so? Some kind of protection? thanks Feijó smoothcriminal escreveu: You can use it using the function contents() . For example if you want

[jQuery] Re: accessing the content of iframe

2008-05-01 Thread smoothcriminal
You can use it using the function contents() . For example if you want to hide an element inside an iframe: $('#iframeID').contents().find('#innerElementID').hide(); Piyush --- http://piyush.goel.googlepage.com/ On Apr 29, 8:38 am, Teonator <[EMAIL PROTECTED]> wrote: > Hi, > > Let say I have

[jQuery] Re: accessing the content of iframe

2008-04-29 Thread Jake McGraw
You'll need some method of determining if the iframe has been loaded, check out the frameReady plugin: http://jakemcgraw.com/javascript/jquery.frameready.js - jake On Tue, Apr 29, 2008 at 3:38 AM, Teonator <[EMAIL PROTECTED]> wrote: > > Hi, > > Let say I have page A with an iframe (# ifrmCont