jquery ajax: renaming jQuery.ajax.re to remote.
[jquery.git] / src / ajax.js
2008-05-13 Ariel Fleslerjquery ajax: renaming jQuery.ajax.re to remote.
2008-05-13 Ariel Fleslerjquery ajax: absolute urls were assumed to be cross...
2008-05-13 Ariel Fleslerjquery: removing unnecessary trailing and leading space...
2008-05-08 Ariel Fleslerjquery event: fixed $.fn.load, closes #2819.
2008-05-06 Jörn Zaeffererjquery ajax: support for dynamic data arguments, see...
2008-04-29 Ariel Fleslermainly made the code shorter:
2008-04-22 Jörn Zaeffererjquery.ajax: fix for beforeSend-cancelling-sideeffects
2008-04-22 Jörn Zaeffererjquery.ajax: improvement for #2688, added test
2008-04-14 Yehuda KatzCloses #2688
2008-01-17 David SerdukeFixed #2174 by removing the s.dataType == "json" check...
2008-01-14 John ResigAnd the rest of the _default change.
2008-01-14 John ResigTweaked the default Accept header to _default.
2008-01-14 John ResigFixed default property name for Opera (bug #2159).
2008-01-14 John ResigJust added support for Accept headers in Ajax requests...
2008-01-07 Yehuda KatzAdds support for username and password to $.ajax
2007-12-17 David SerdukeAdded code to remove the script tag on successful jsonp...
2007-12-17 John ResigThe extra & was getting gobbled, oops.
2007-12-17 John ResigAdded a fix for bug #2020 - if you want to do data...
2007-12-16 David SerdukeFixed #1781 for warnings created on load by FF javascri...
2007-12-15 David SerdukeAdded feature #1934 by allowing script.charset to be...
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).