John Resig schrieb: >> 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.
Hey John, I think, having the response body for the success handler is sufficient, because this is the only case, where one wants to use it anyway... -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
