That's what I was thinking. I'd have to set some sort of flag in the success callback since it's executed first, and then have the complete reference that flag and process the error accordingly.
Thanks for your help, Mike. On Jan 7, 2:58 pm, Mike Alsup <mal...@gmail.com> wrote: > > I was curious if there was a way to hit the current xhr object in the > > success callback. I've been tinkering with it, and have been unable > > to figure out how to do that. > > No, but you can access the xhr in the 'complete' callback.