Improved the categories of a bunch of docs, upped the version to 1.1.
[jquery.git] / src / ajax / ajax.js
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-01 Jörn ZaeffererAdded note for IE's behaviour of stripping script tags...
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-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)
2006-11-28 Jörn ZaeffererFixed docs for $.ajax for data option
2006-11-21 Jörn ZaeffererAnother attempt to fix the getScript problem
2006-11-21 Jörn ZaeffererFixed typo in comment
2006-11-21 Jörn ZaeffererBetter fix for #407 issue
2006-11-20 Jörn ZaeffererFix for bug #407, yet to be tested
2006-11-18 Jörn ZaeffererTestsuite 2.0
2006-11-18 Jörn ZaeffererHeavily improved documentation for $.ajax, but may...
2006-11-17 Jörn ZaeffererReturn XMLHttpRequest from $.ajax() to allow aborting...
2006-11-17 Jörn ZaeffererAdded async option (ticket #367)
2006-11-17 Jörn ZaeffererFixed an issue with getJSON (type was not correctly...
2006-11-16 Brandon AaronMissing '}' in jQuery.param method in ajax.js
2006-11-16 Stefan Petreif one value of key/value pairs is array then treat...
2006-11-13 Jörn ZaeffererFixed a missing semicolon
2006-11-11 Jörn ZaeffererFixed doc for $.ajax data option
2006-11-11 Jörn ZaeffererFixed docs for load; Added the response as third paramt...
2006-11-11 Jörn ZaeffererRefactored all logic from $.get and $.post into $.ajax...
2006-11-09 Jörn ZaeffererModified test for load(); added fix for trigger, where...
2006-11-07 Jörn ZaeffererAdded pseudo-fix for #164; fixed some tests that failed...
2006-11-04 Klaus HartlChanged return type to undefined for certain functions...
2006-11-03 Jörn ZaeffererRefactored ajax module: Dropped internal arguments...
2006-11-01 Brandon AaronAnother $ bites the dust. Should be all of them now.
2006-10-15 John ResigFixed all warnings generated when javascript.options...
2006-10-13 Jörn ZaeffererAdded test for #174; Modified failing (IE) tests for...
2006-10-13 Jörn ZaeffererFix for #265: Initialize defaults for global and timeou...
2006-10-13 Jörn ZaeffererFixed #216, added several tests for ajax module and...
2006-10-11 Jörn ZaeffererAdded 2 of 3 fixes of #164
2006-10-09 Jörn ZaeffererFixed second test for load()
2006-10-08 Jörn ZaeffererFixed test for load(url)
2006-10-06 Jörn ZaeffererRemoved (hopefully) all references to $ within the...
2006-10-06 Jörn ZaeffererAdded test for bug #232
2006-10-03 Jörn Zaeffererremoved the test for bug #164, the test suite is unable...
2006-10-02 Jörn ZaeffererReset ajaxTimeout after running timeout tests
2006-10-02 Jörn ZaeffererSmall fixes to tests
2006-10-01 Jörn ZaeffererFixed bug #215
2006-10-01 Jörn ZaeffererFixed bug #165 (ignoring the exception) and #156 (ifMod...
2006-10-01 Jörn ZaeffererAdded local timeout option for $.ajax + test
2006-10-01 Jörn ZaeffererAdded tests for global and local ajax handlers, added...
2006-09-30 Jörn ZaeffererAdded tests, fixed getScript and getJSON, fixed comment...
2006-09-23 Jörn ZaeffererModified test for bug #164
2006-09-19 Jörn ZaeffererRefactored test suite to allow async tests (use stop...
2006-09-08 John ResigAdded a couple new AJAX methods and finished documentin...
2006-09-01 John ResigAbout half done documenting the AJAX module.
2006-08-31 John ResigAdded native support for JSON data.
2006-08-31 John ResigAdded support for the native AJAX object in IE 7.
2006-08-22 John ResigAdded a bunch of fixes for AJAX timeouts, etc. in Safari.
2006-08-17 John ResigMade some minor fixes to how content-type and context...
2006-08-17 John ResigAdded in a mess of AJAX fixes and optimisations, made...
2006-08-13 John ResigMoved all the jQuery source to the new src directory.