码迷,mamicode.com
首页 > Web开发 > 详细

监测页面ajax请求

时间:2017-08-02 00:25:27      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:before   请求   alert   服务   res   pre   setup   function   let   

$.ajaxSetup({
        beforeSend: function () {
            
        },
        complete: function () {
           
        },
        error: function () {
            alert(‘服务器响应失败,请稍后重试‘)
        }
});

  

监测页面ajax请求

标签:before   请求   alert   服务   res   pre   setup   function   let   

原文地址:http://www.cnblogs.com/likwin/p/7271367.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!