想封裝一個jquery的ajax異步請求的超時處理的方法?
unction onerror(e, jqxhr, settings, exception) { $(this).text( "An error occurred!" );}$("#myLabel").ajaxError(onerror);也可以這樣$(document).ajaxError(function(){});
想封裝一個jquery的ajax異步請求的超時處理的方法?
unction onerror(e, jqxhr, settings, exception) { $(this).text( "An error occurred!" );}$("#myLabel").ajaxError(onerror);也可以這樣$(document).ajaxError(function(){});