Ver original$.post( "example.php", function() { //hace lo que tenga que hacer el form}).done(function() { alert( "Salio todo bien" ); }) .fail(function() { alert( "hubo uno error" ); });