Removed dataCheckers, added true as possible value for dataConverters indicating...
[jquery.git] / src / xhr.js
2010-12-31 jaubourgRemoved dataCheckers, added true as possible value...
2010-12-31 unknownRemoved a console.log :/
2010-12-31 unknownCapitalized Deferred & _Deferred to clearly mark them...
2010-12-31 unknownChanged dataConverters key format.
2010-12-31 jaubourgRewrote the data conversion logic in ajax. Should be...
2010-12-31 jaubourgRenamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
2010-12-31 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-21 Dave MethvinUse for loop instead of for/in loop to protect sanctity...
2010-12-11 jaubourgRemoved bind/unbind from xhr emulation: success/error...
2010-12-11 jaubourgMore variable renaming to avoid conflicts when module...
2010-12-10 jaubourgRenamed variables to avoid conflicts when Makefile...
2010-12-10 jaubourgFixed function closures so that Makefile can do its...
2010-12-10 jaubourgRemoved non-standard (and not that useful) xhr emulatio...
2010-12-09 jaubourgRewrite of the Ajax module by Julian Aubourg. Some...