Moves determineResponse logic into main ajax callback. Puts responseXXX fields defini...
[jquery.git] / src / ajax / xhr.js
2011-01-20 jaubourgMoves determineResponse logic into main ajax callback...
2011-01-20 jaubourgRemoves misleading comment.
2011-01-20 jaubourgRenames determineDataType as determineResponse. Makes...
2011-01-19 jaubourgMoves determineDataType into ajaxSettings so that it...
2011-01-19 jaubourgMoved ajaxSettings.xhr definition together with support...
2011-01-13 jaubourgMoved jQuery.ajax.prefilter and jQuery.ajax.transport...
2011-01-13 jaubourgRemoved xhr pooling since failing cross-domain requests...
2011-01-13 jaubourgReworked script and xhr abort logic to take advantage...
2011-01-09 jaubourgMoved unload abort code so that the event is only bound...
2011-01-09 jaubourgFixes #7868. ResponseText is now properly propagated...
2011-01-09 jaubourgAdded a simple cache for xhr objects in the xhr transport.
2011-01-06 jaubourgRenamed src/transports to src/ajax (in case we need...