JQuery Ajax 500 Manuseio de erros
$.ajax({
statusCode: {
500: function() {
alert("Script exhausted");
}
}
});
Prasad Gayan
$.ajax({
statusCode: {
500: function() {
alert("Script exhausted");
}
}
});