jquery: is there a fail handler for $.post in Jquery?
- by Jux
When $.post succeeds, there is a success handler for it. What happens if it fails? Is there a similar handler that we can use for this case, so that we can inform the user that something is not happening right?