[jQuery] ajaxError and response content

[jQuery] ajaxError and response content

hi,
server responses with like status header 500 will trigger ajaxerrors.
is it possible to get the response content of such errors? i think
that would actualy be nice. so one could check these responses before
falling back to a generic message as in the documentation example:
$("#msg").ajaxError(function(){ $(this).append("<li>Error requesting
page.</li>"); });
-robert
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/