jquery: is there a fail handler for $.post in Jquery?
Posted
by Jux
on Stack Overflow
See other posts from Stack Overflow
or by Jux
Published on 2010-05-17T04:12:31Z
Indexed on
2010/05/17
4:30 UTC
Read the original article
Hit count: 353
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?
© Stack Overflow or respective owner