Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer searches...
[jquery.git] / test / unit / ajax.js
2008-05-28 Ariel Fleslertest runner: the changes are:
2008-05-27 Ariel Fleslertest runner: a test for load() with a hash of data...
2008-05-07 Scott Gonzálezajax test: Removed test for extending with null.
2008-05-06 Jörn Zaeffererjquery ajax: support for dynamic data arguments, see...
2008-05-06 Ariel Fleslertest runner: translated all the ok() with '==' to equal...
2008-04-22 Jörn Zaeffererjquery.ajax: improvement for #2688, added test
2008-01-17 David SerdukeFixed #2174 by removing the s.dataType == "json" check...
2007-12-17 John ResigAdded a fix for bug #2020 - if you want to do data...
2007-12-14 David SerdukeFixed #2046 by forcing the dataType to 'html' in the...
2007-12-12 David SerdukeFixed #1750 by adding a url that starts with "//" and...
2007-12-11 David SerdukeFix #1987 by only doing remote <script> type ajax with...
2007-12-06 David SerdukeAdded ajax error messages in the unit test suite becaus...
2007-12-05 David SerdukeSafari sometimes stops in the test suite on the ajax...
2007-12-04 David SerdukeFixed #1999 by replacing the 'no-cache' parameter if...
2007-12-04 David SerdukeThere was a disabled test in the ajax test suite which...
2007-11-29 David SerdukeFixed #1557, although it doesn't appear to be just...
2007-09-23 John ResigDisabled the Ajax tests from running locally.
2007-09-15 John ResigAdded a fix for bug #1580, where the query string was...
2007-09-15 John ResigFix for bug #1600 - multiple selects were being seriali...
2007-09-08 John ResigFinished up some of the reorganization.