jQuery .removeClass is crashing Firefox 2
Good afternoon jQuery gurus.
I have been jQuery for all of my flash projects as a means to remove the flash div from the site when the flash piece has finished its video and/or animation.
The snipit of code is as follows:
- function removeElement(){
$("#div to be removed").remove(false);
}
When the flash portion has completed its task, it then makes an ExternalInterface.call to execute this removeElement.
I have no problem with this code in IE6, IE7, IE8 or Firefox 3, but only when in Firefox 2 does this code crash the browser.
I've scoured the internet to find no results. I'm wondering if someone here can shed some light on this.
Thank you
If you were me, then you'd be home by now.