2
donné un rappel ajax comme par exemple ...propriétés jQuery objet de XHR dans callbacks de la fonction ajax
function showResponse(responseText, statusText, xhr) { }
Comment puis-je obtenir un code d'état/ou quelque chose de Reponse l'objet xhr
?
alert(xhr); // [object]
alert(xhr.status); // undefined
alert(xhr.statusText); // undefined