/ Published in: JavaScript
Expand |
Embed | Plain Text
$.ajax({ url: "", type: "", dataType: "", data: { }, success: function (data) { }, error:function (xhr, ajaxOptions, thrownError){ //alert(xhr.status); //alert(thrownError); } });
You need to login to post a comment.
