vparupati / jquery-loadmask

Automatically exported from code.google.com/p/jquery-loadmask
Other
0 stars 0 forks source link

This plugin can not work under IE6 #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Maybe you can pay attention to this:

     var isIE = ua.indexOf("msie") > -1;
     var isIE7 = ua.indexOf("msie 7");  // this is the problem..

Original issue reported on code.google.com by alwaysgo...@gmail.com on 30 Jul 2009 at 2:43

GoogleCodeExporter commented 9 years ago
Fixed in 0.2 release.

Thanks.

Original comment by serg472@gmail.com on 31 Jul 2009 at 6:07