aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax
Commit message (Expand)AuthorAgeFilesLines
* Removed (hopefully) all references to $ within the jQuery code itselfJörn Zaefferer2006-10-061-3/+3
* Added test for bug #232Jörn Zaefferer2006-10-061-0/+7
* removed the test for bug #164, the test suite is unable to handle the resulti...Jörn Zaefferer2006-10-031-13/+0
* Reset ajaxTimeout after running timeout testsJörn Zaefferer2006-10-021-0/+2
* Small fixes to testsJörn Zaefferer2006-10-021-19/+29
* Fixed bug #215Jörn Zaefferer2006-10-011-1/+2
* Fixed bug #165 (ignoring the exception) and #156 (ifModified option added to ...Jörn Zaefferer2006-10-011-2/+12
* Added local timeout option for $.ajax + testJörn Zaefferer2006-10-011-2/+24
* Added tests for global and local ajax handlers, added global option to $.ajax...Jörn Zaefferer2006-10-011-7/+60
* Added tests, fixed getScript and getJSON, fixed comment in $.ajaxJörn Zaefferer2006-09-301-98/+194
* Modified test for bug #164Jörn Zaefferer2006-09-231-2/+2
* Refactored test suite to allow async tests (use stop() before starting an asy...Jörn Zaefferer2006-09-191-0/+13
* Added a couple new AJAX methods and finished documenting everything.John Resig2006-09-081-76/+242
* About half done documenting the AJAX module.John Resig2006-09-011-2/+133
* Added native support for JSON data.John Resig2006-08-311-0/+3
* Added support for the native AJAX object in IE 7.John Resig2006-08-311-1/+1
* Added a bunch of fixes for AJAX timeouts, etc. in Safari.John Resig2006-08-221-8/+12
* Made some minor fixes to how content-type and context is handled on remote XM...John Resig2006-08-171-2/+2
* Added in a mess of AJAX fixes and optimisations, made possible by Taku Sano. ...John Resig2006-08-171-42/+112
* Moved all the jQuery source to the new src directory.John Resig2006-08-131-0/+229