Fixed #2046 by forcing the dataType to 'html' in the .load() function.
[jquery.git] / src / ajax.js
2007-12-14 David SerdukeFixed #2046 by forcing the dataType to 'html' in the...
2007-12-14 John ResigAdded an extra try block to handle FF 3 x-domain reques...
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-04 David SerdukeFor fix #1999 changed the RegExp to be non-greedy....
2007-12-04 David SerdukeFixed #1999 by replacing the 'no-cache' parameter if...
2007-11-30 David SerdukeRemoved comments and code related to Safari being unabl...
2007-11-29 David SerdukeFixed #1557, although it doesn't appear to be just...
2007-11-29 David SerdukeFixed #1450 by returning 1223 as success. Couldn't...
2007-11-16 David SerdukeFix #1905 bug where in IE the use of RegExp.test()...
2007-10-18 John ResigFix for bug #1638, where a non-string data could break...
2007-10-17 John ResigAnother fix for bug #1584, ajaxStop would not be called...
2007-09-15 John ResigAdded a fix for bug #1580, where the query string was...
2007-09-15 John ResigBug #1584, ajaxStop/complete calls weren't called for...
2007-09-15 John ResigFix for bug #1600 - multiple selects were being seriali...
2007-09-09 John ResigFixed some line ending issues.
2007-09-09 John ResigErrors were occuring with getScript, if you called...
2007-09-08 John ResigReorganzing the jQuery source (first phase).