Jquery微调器在IE 10中没有停止

时间:2015-11-28 10:42:27

标签: javascript jquery html css

   jQuery(function($){
       $( ".reg" ).click(function() {
           $('#loginBg').block({ message: $('#loader') });
       });
   });


<div id='loader' style="position:absolute;width:100%;height:      100%;border:none;display: none;">
<img src="../img/ajax-loader_transparent.gif"/>

以上代码适用于其他浏览器。

但是微调器并没有在IE 10和11中停止。

0 个答案:

没有答案