2
...jQueryのXHRオブジェクトのプロパティ例のようなAJAXコールバック与え
function showResponse(responseText, statusText, xhr) { }
にはどうすればxhr
オブジェクトからステータス/ REPONSEコードか何かを得ることができますか?
alert(xhr); // [object]
alert(xhr.status); // undefined
alert(xhr.statusText); // undefined