Fixed second test for load()
[jquery.git] / src / ajax / ajax.js
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.