ACMENEWS

--test-- jsonpCallback: 'fnsuccesscallback' statusCode: { 200: function (data, statusText, xhr) { console.log(data,statusText,xhr); $('#divcombined').append('
' + jqXHR.url + ': xstatus 200 :' + xhr.status + ':' + xhr.statusText + '
'); }, 201: function (data, statusText, xhr) { console.log(data,statusText,xhr); $('#divcombined').append('
' + jqXHR.url + ': xstatus 201 :' + xhr.status + ':' + xhr.statusText + '
'); }, 400: function (data, statusText, xhr) { console.log(data,statusText,xhr); $('#divcombined').append('
' + jqXHR.url + ': xstatus 400 :' + xhr.status + ':' + xhr.statusText + '
'); }, 404: function (data, statusText, xhr) { console.log(data,statusText,xhr); $('#divcombined').append('
' + jqXHR.url + ': xstatus 404 :' + xhr.status + ':' + xhr.statusText + '
'); } }, --test--
http://acmenews.com/imgtest/scan12.html