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 <subtlekil...@gmail.com> wrote: > Anyone? > > On Nov 4, 4:52 pm, Subtle <subtlekil...@gmail.com> 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 and remove it? > > > Thanks. > >