Keep an Animated GIF Going After Form Submits

后端 未结 3 1209
萌比男神i
萌比男神i 2021-01-24 04:38

The following works for me in ie6,ie7,chrome but not ff3

document.getElementById(\"form-name\").submit();
var image = document.getElementById(\"loader-img\");
se         


        
3条回答
  •  星月不相逢
    2021-01-24 04:55

    You should do the post asynchronously, if not the UI may hang. Take a look at the jQuery Form Plugin for more information.

提交回复
热议问题