blockUI doesn't close when download file in asp.net

solution:

document.attachEvent("onreadystatechange", function () { 
         if (document.readyState == "loading") {
                $.unblockUI();
            }
        });

 

posted on 2013-05-23 22:05  shcity  阅读(481)  评论(0编辑  收藏  举报

导航