On Oct 20, 11:42 pm, Mike Alsup <[EMAIL PROTECTED]> wrote:
> > I was reading the jQuery help docs (in the Ajax Events section), and I
> > came across this statement:
>
> > "you can never have both an error and a success callback with a
> > request"
>
> > Does anyone know why you can't do this? I can think of a number of
> > situations where you would need to cater for both events.
>
> That statement should say they will never both be invoked for a single
> request.  You can, and should, declare both a success and error
> handler.

Ah! That makes a lot more sense! Thanks!

Reply via email to