I m using jquery to preload an animated gif and later on inject a message with animated gif to the code. it used to work fine until release 4.0 of firefox. since then only the 1st frame is showed and the animation is frozen. (it works fine on IE and chrome)
我使用:
$("<img>").attr("src",image); // preload the image
嗣后:
$(message).insertAfter(obj); // inject animated gif and some text