When trying to remove an iframe from the dom (i.e. $('iframe').remove ()) while the iframe is still loading, the iframe is removed, however the main browsers progress bar indicates that the iframe is still loading. Is there a way to stop it from loading and remove it?
Thanks.