Yes.

On Sep 17, 5:59 am, jeanluca <lca...@gmail.com> wrote:
> does that also work in IE(6) ?
>
> > That did it. I was using success which did not provide access to the
> > xml as a string I could output, but complete works great. Thanks! Now
> > I cane easily get the text, the HTTP Response code.
>
> > > Try hooking the 'complete' callback and access the responseText
> > > property of the XHR:
>
> > > $.ajax({
> > >     ...
> > >     complete: function(xhr, status) {
> > >         alert(xhr.responseText);
> > >     }
>
> > > });

Reply via email to