Skip to content Skip to sidebar Skip to footer

Jquery-loadmask Not Working Properly In Ie8

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

Solution 1:

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


Post a Comment for "Jquery-loadmask Not Working Properly In Ie8"