ajax全局

$.ajaxSetup({
    complete: function (xhr) {
        xhr.promise().done(function (json) {
            if (json.errorNo == "9202") {
                $("#dialog").find(".modal-body p").html(json.errorMsg);  
            }
        });
   }
});        

控制全局的ajax,返回值为9202,是我情况下的无权限

posted on 2014-07-08 20:58  哈哈李小博  阅读(85)  评论(0编辑  收藏  举报