[jQuery] Re: Removed iframe still loads

2009-11-18 Thread StephenJacob
No, thank you for posting the solution! Good job and good luck. On Nov 18, 10:14 am, Subtle wrote: > Hi, actually I currently don't.  Basically I have an iframe on a page > that loads a very large file.  On the page there is a button that when > clicked, will remove the iframe's container (the d

[jQuery] Re: Removed iframe still loads

2009-11-18 Thread Subtle
Hi, actually I currently don't. Basically I have an iframe on a page that loads a very large file. On the page there is a button that when clicked, will remove the iframe's container (the div): $ ('#iframeContainer').remove(); What I expected to happen was that after the iframeContainer was remo

[jQuery] Re: Removed iframe still loads

2009-11-18 Thread StephenJacob
Hi Subtle, I'm a little confused to exactly what's going on. Do you have a link/example I can check out? On Nov 18, 10:01 am, Subtle wrote: > Actually that still didn't work... > > On Nov 18, 7:54 am, Subtle wrote: > > > Figured it out.  I was removing the iframes container (div), and not > > t

[jQuery] Re: Removed iframe still loads

2009-11-18 Thread Subtle
Actually that still didn't work... On Nov 18, 7:54 am, Subtle wrote: > Figured it out.  I was removing the iframes container (div), and not > the iframe specifically.  To fix the problem I had to target the > iframe specifically and remove it, and then it's container. > > On Nov 18, 7:45 am, Subt

[jQuery] Re: Removed iframe still loads

2009-11-18 Thread Subtle
Figured it out. I was removing the iframes container (div), and not the iframe specifically. To fix the problem I had to target the iframe specifically and remove it, and then it's container. On Nov 18, 7:45 am, Subtle wrote: > Anyone? > > On Nov 4, 4:52 pm, Subtle wrote: > > > When trying to

[jQuery] Re: Removed iframe still loads

2009-11-18 Thread Subtle
Anyone? On Nov 4, 4:52 pm, Subtle wrote: > When trying to remove aniframefrom the dom (i.e. $('iframe').remove > ()) while theiframeis still loading, theiframeisremoved, however > the main browsers progress bar indicates that theiframeis still > loading.  Is there a way to stop it from loading an