[jQuery] Re: Getting the Response Headers with the jQuery Form Plugin

2009-05-28 Thread Mike Alsup
> Perfect. Thanks Mike. Am I right in thinking this isn't in the docs > @http://www.malsup.com/jquery/form/? Yeah, it's kind of buried at the bottom of this page: http://www.malsup.com/jquery/form/#api

[jQuery] Re: Getting the Response Headers with the jQuery Form Plugin

2009-05-28 Thread Alistair Holt
Perfect. Thanks Mike. Am I right in thinking this isn't in the docs @ http://www.malsup.com/jquery/form/ ? On May 28, 1:23 pm, Mike Alsup wrote: > > Does anyone know how or if this its possible to get the response > > headers using the jQuery Form Plugin? I've got a success function > > which ne

[jQuery] Re: Getting the Response Headers with the jQuery Form Plugin

2009-05-28 Thread Mike Alsup
> Does anyone know how or if this its possible to get the response > headers using the jQuery Form Plugin? I've got a success function > which needs to get access to a response header I'm setting. The XHR is not passed to the 'success' callback, but it is passed to the 'complete' callback and to