/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$.ajax({ url: "", type: "", dataType: "", data: { }, success: function (data) { }, error:function (xhr, ajaxOptions, thrownError){ //alert(xhr.status); //alert(thrownError); } });