> if ( success ) success( jQuery.httpData(xml,type), status );
>
> instead of
>
> if ( success ) success( xml, status );
>
> I cannot see the use for the XHR object itself in the callback...

I made that change for the success() method last night, however I held
of on making the same change for complete(), simply because that would
be an API change that people may not expect. Do you think it would be
ok to 'force' people to upgrade to it anyway? Considering that I don't
want people using $.httpData(), that may have to be the case.

--John

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to