Fixed #2046 by forcing the dataType to 'html' in the .load() function.
[jquery.git] / test / unit / ajax.js
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.