[jQuery] ajaxError and response content

2006-10-24 Thread Robert Wagner
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:

Re: [jQuery] jEditable question

2006-10-24 Thread Robert Wagner
2006/10/24, Barry Nauta [EMAIL PROTECTED]: On Tuesday 24 October 2006 15:58, Mika Tuupola wrote: On Oct 24, 2006, at 14:43, Robert Wagner wrote: how about that: if an error occours, let the server send a 500 header and the error message as a content. header(HTTP/1.1 500 Internal

Re: [jQuery] jEditable question

2006-10-24 Thread Robert Wagner
2006/10/24, Mika Tuupola [EMAIL PROTECTED]: On Oct 24, 2006, at 17:54, Robert Wagner wrote: Just my $0.02: I find this odd. Imagine that you want some processing to be done based on the input (i.e. server side email address checking) (We all that was my attempt too at first. error