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