Tagging the 1.5rc1 release.
[jquery.git] / src / ajax /
2011-01-23 jaubourgMore code style fixes.
2011-01-23 jaubourgApply JQuery Core Style Guidelines to ajax.js and ajax...
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-20 jaubourgCleans up and simplifies code shared by ajaxPrefilter...
2011-01-19 jaubourgMoves determineDataType into ajaxSettings so that it...
2011-01-19 jaubourgMoved ajaxSettings.xhr definition together with support...
2011-01-16 jaubourgSetting the jsonp option to false now inhibits any...
2011-01-16 jaubourgThe script prefilter now forces cross-domain requests...
2011-01-16 jaubourgFixes #2994. Not finding a transport now fires the...
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-12 jaubourgScript transport now uses ajaxSetup to define script...
2011-01-12 jaubourgFixes #4897. Added ?? as a context-insensitive placehol...
2011-01-09 jaubourgMoved unload abort code so that the event is only bound...
2011-01-09 jaubourgFixes #5812. =? will be detected even when it has been...
2011-01-09 jaubourgFixes #5803. Reworked jsonp prefilter so that it sets...
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...
2007-09-08 John ResigReorganzing the jQuery source (first phase).
2007-09-05 John ResigForgot to update the $.param() tests.
2007-09-05 John ResigRe-disabled the Ajax tests in Safari.
2007-09-05 John ResigIntegration of Mike Alsup's excellent form serializatio...
2007-09-04 John ResigRemoved all deprecated functionality for jQuery 1.2...
2007-09-04 John ResigRemoved all inline documentation. The current version...
2007-09-03 John ResigRe-disabled the ajax tests in Safari 3.
2007-09-03 John ResigAdded support for:
2007-08-25 John ResigAdded a test case for "purple include", fixed a bug.
2007-08-25 John ResigNew feature: You can now inject portions of a document...
2007-08-24 John ResigMarked all the appropriate methods as being deprecated...
2007-08-24 John ResigBrought back a husk method to represent evalScripts...
2007-08-22 John ResigTweaked the Ajax test suite for Safari.
2007-08-21 John ResigTwo quick fixes in relation to #1028. ajaxSetup shouldn...
2007-08-21 John ResigMake deep .extend() an optional argument - it will...
2007-08-19 John ResigComplete overhaul of the Ajax test suite, it's now...
2007-08-19 John ResigWe were catching exceptions within the success callback...
2007-07-31 John ResigBrought back jQuery.globalEval(), fixing bug #1425.
2007-07-26 Sean Catchpolenevermind, I'm dumb. =P
2007-07-26 Sean CatchpoleFixed ajax array arguments in $.param
2007-07-21 Brandon Aaronmissing semi-colon
2007-07-21 John ResigAdded support for parsererror errors from Ajax requests...
2007-07-20 John ResigAdded a fix to prevent the completion callback from...
2007-07-20 John ResigCompletely reworked the evalScripts() code, fixing...
2007-07-20 John ResigThe isTimeout fix from #970 was causing unintended...
2007-07-20 John ResigMade the error message equal to "timeout", if the reque...
2007-07-09 John ResigGot some XHR tests to run, still some hanging threads...
2007-06-16 John ResigFixed an issue with JSON data in packed scripts. (Bug...
2007-04-25 Jörn ZaeffererMinor cleanup
2007-04-18 Jörn ZaeffererFix for #1132
2007-04-03 Jörn ZaeffererRemove XMLHttpRequest shadowing, instead decide at...
2007-03-25 Jörn ZaeffererAdded test for #970
2007-03-25 Jörn ZaeffererFixed docs for ajax timouet to mention that its in...
2007-03-17 Jörn ZaeffererFix for #953, use always GET for $.get
2007-02-27 Jörn ZaeffererBackported wiki changes from docs.jquery.com/API/1...
2007-02-22 Jörn ZaeffererFix for #991
2007-02-17 Brandon AaronRolling back fix for #914 due to firefox double evaling...
2007-02-07 Brandon AaronFix for #914.
2007-01-31 Jörn ZaeffererFix for #884
2007-01-22 John ResigFixed doing $.post() without any params.
2007-01-20 John ResigAdded a fix for an undefined param being passed to...
2007-01-17 Jörn ZaeffererSimplified check for XMLHttpRequest (saving a few bytes...
2007-01-16 Mike AlsupFix bug #814.
2007-01-14 Jörn ZaeffererFixed two FF JS warnings
2007-01-14 John ResigConverted a lot of for loops to use jQuery.each() instead.
2007-01-14 John ResigAdded back in the .load() fix.
2007-01-14 John ResigMerged in some wiki fixes into the main docs.
2007-01-14 John ResigAdded in jQuery.isFunction().
2007-01-14 John ResigTouched up the code a little bit, saving some bytes.
2007-01-10 John ResigAdded a fix for <script>s getting executed twice when...
2007-01-08 John ResigFixed a bug with $("body") in dynamic documents, refact...
2007-01-07 Mike AlsupUpdated param method to encode name as well as value...
2007-01-07 John ResigImproved the categories of a bunch of docs, upped the...
2007-01-06 John ResigCleaned up some spacing and braces.
2007-01-06 John ResigConverted instances of new function(){ ... } to use...
2007-01-04 Jörn ZaeffererChanged "Hash" to "Map" in docs
2007-01-02 Mike Alsupadded evalScripts test
2007-01-01 Jörn ZaeffererAdded note for IE's behaviour of stripping script tags...
2006-12-31 Jörn ZaeffererModified tests to show #746
2006-12-31 Jörn ZaeffererImproved Mikes hack to ease testing against IE cache
2006-12-31 Mike Alsupadd time to test.html request url using new Date()...
2006-12-29 Jörn ZaeffererFix for #534
2006-12-22 Jörn ZaeffererDocumentation for $.ajaxSetup
2006-12-22 Jörn ZaeffererImplemented global ajax settings - no documentation yet
2006-12-21 Jörn ZaeffererFixed typo
2006-12-21 Jörn ZaeffererA few corrections to the testsuite to imrove the failur...
2006-12-21 Jörn ZaeffererAdded note to load() to avoid using it to load scripts...
2006-12-21 Jörn ZaeffererImplemented a better error handling for ajax requests...
2006-12-21 Jörn ZaeffererAdded test for sync requests with callbacks (#534)
2006-12-20 Jörn ZaeffererFixed wheather-whether typo - Thanks Erik
2006-12-15 Jörn ZaeffererFixed synchrnous requests, improved AJAX inline documen...
2006-12-13 Jörn ZaeffererFixed docs for $.ajax' processData option
2006-12-11 Jörn ZaeffererFixed #471
2006-12-05 Jörn ZaeffererRenamed $.ajax's "before"-option to "beforeSend" to...
2006-12-04 Jörn ZaeffererRenamed preprocess to before, for consistency with...
2006-12-04 Jörn ZaeffererSimplified XMLHttpRequest shadow (tested on 5.5, 6...
2006-12-02 Jörn ZaeffererFixed jQuery.eval (or rather, jQuery.globalEval to...
2006-11-30 Jörn ZaeffererFixed serializing arrays (bug #448)
next