[jQuery] Re: iframes and jquery

2009-03-11 Thread liam
> > Hello, > > I have a couple of hidden divs with iframes linked to external sites > using the "display:none" css tag. They are then revealed using a > button. The problem is that the hidden divs load the iframe content > even if the buttons are never clicked causing a very slow page load. > Is

[jQuery] Re: iFrames and jQuery

2007-12-05 Thread [EMAIL PROTECTED]
I've always just used DOM references to access iframes. I'm not aware of a way to do it in jquery. It always feels clunky to me. It would be nice to see a clean way built into jquery. On Dec 4, 8:40 pm, Ryura <[EMAIL PROTECTED]> wrote: > I need to grab content from an iFrame, preferably using

[jQuery] Re: iframes and jquery

2007-07-14 Thread Stephan Beal
On Jul 14, 5:32 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > I suspect you'll want to roll your own solution, but daemach has put > together a frameReady jQuery plugin to assist in dealing with this > sort of thing: >http://ideamill.synaptrixgroup.com/?p=6 > > Might be good for some idea

[jQuery] Re: iframes and jquery

2007-07-14 Thread Karl Swedberg
Hi Stephan, I suspect you'll want to roll your own solution, but daemach has put together a frameReady jQuery plugin to assist in dealing with this sort of thing: http://ideamill.synaptrixgroup.com/?p=6 Might be good for some ideas. Cheers, --Karl _ Karl Swedberg w

[jQuery] Re: iframes and jquery

2007-07-14 Thread Stephan Beal
On Jul 14, 9:07 am, "Brian Cherne" <[EMAIL PROTECTED]> wrote: > Recommended reading:http://www.quirksmode.org/js/iframe.html Thank you :). That's very helpful.

[jQuery] Re: iframes and jquery

2007-07-14 Thread Brian Cherne
Recommended reading: http://www.quirksmode.org/js/iframe.html I just did a quick/dirty test locally and was able to manipulate the iframe from the parent document. Using code like: Show Alert $('#trigger').click(function(){ var myFrameDoc = frames['myFrame'].document; alert(