It doesn't matter, because you can get the xhr object another way:
var xhr = $.ajax({
...
success: function( data, status ) {
console.log( xhr );
},
...
});
-Mike
> Can the ajax success callback also receive the xmlhttprequest
> object, just like the error callback? The situation i am in
> is that i need to do something different when i receive a 302
> (which is considered success).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---