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
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
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
3 matches
Mail list logo