开发者

jquery-loadmask not working properly in IE8

开发者 https://www.devze.com 2023-04-04 18:01 出处:网络
I have used jquery-loadmask plugin on my app, it shows processing animation when ajax call starts and hides animation when call finishes.

I have used jquery-loadmask plugin on my app, it shows processing animation when ajax call starts and hides animation when call finishes.

It works fine in Firefox and it IE8, if i run call to masking function in developer toolbar it shows animation but in ajax call it doesnt work. Any idea wh开发者_JAVA技巧y?

Here is how i am calling it :

jQuery("#content").mask("Processing....");

Here is the link to library :

http://code.google.com/p/jquery-loadmask/


It was issue with DOM not refreshing in IE that quick. Fixed this by focusing mask div after making call to load it.

0

精彩评论

暂无评论...
验证码 换一张
取 消