aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax/ajaxTest.js
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped t...John Resig2007-01-081-0/+4
* Updated param method to encode name as well as value (per spec: http://www.w...Mike Alsup2007-01-071-3/+3
* added evalScripts testMike Alsup2007-01-021-0/+14
* Modified tests to show #746Jörn Zaefferer2006-12-311-1/+12
* Improved Mikes hack to ease testing against IE cacheJörn Zaefferer2006-12-311-30/+34
* add time to test.html request url using new Date().getTime()Mike Alsup2006-12-311-2/+2
* Fix for #534Jörn Zaefferer2006-12-291-1/+2
* Implemented global ajax settings - no documentation yetJörn Zaefferer2006-12-221-1/+15
* A few corrections to the testsuite to imrove the failure testingJörn Zaefferer2006-12-211-6/+6
* Implemented a better error handling for ajax requests. Exceptions caused by d...Jörn Zaefferer2006-12-211-1/+3
* Added test for sync requests with callbacks (#534)Jörn Zaefferer2006-12-211-0/+6
* Fixed synchrnous requests, improved AJAX inline documentationJörn Zaefferer2006-12-151-0/+21
* Fixed #471Jörn Zaefferer2006-12-111-14/+22
* Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with for...Jörn Zaefferer2006-12-051-3/+3
* Renamed preprocess to before, for consistency with form pluginJörn Zaefferer2006-12-041-1/+1
* Simplified XMLHttpRequest shadow (tested on 5.5, 6 and 7); Introduced preproc...Jörn Zaefferer2006-12-041-0/+17
* Fixed serializing arrays (bug #448)Jörn Zaefferer2006-11-301-7/+22
* Another attempt to fix the getScript problemJörn Zaefferer2006-11-211-15/+9
* Fix for bug #407, yet to be testedJörn Zaefferer2006-11-201-1/+1
* Testsuite 2.0Jörn Zaefferer2006-11-181-0/+271