Moved from the old JSMin to using YUIMin for compressing the jQuery source. Additiona...
[jquery.git] / src / ajax.js
2009-01-04 John ResigMoved from the old JSMin to using YUIMin for compressin...
2008-12-21 John ResigAdded the new jQuery.support object and removed all...
2008-11-18 John ResigThe code for handling Ajax timeouts was broken (the...
2008-11-17 John ResigStandardized the type checks across core. isFunction...
2008-11-14 John ResigLanding fixes for tickets #2935 and #2688 (Aborting...
2008-10-29 Ariel Fleslerjquery core: closes #3541. Added isArray.
2008-08-13 Ariel Fleslerjquery ajax: closes #3249. Slight modification on seria...
2008-08-11 Ariel Fleslerjquery ajax: misc optimization for $.fn.load().
2008-08-07 Ariel Fleslerjquery ajax: closes #3231. The ajax setting 'dataFilter...
2008-08-07 Ariel Fleslerjquery ajax: extends #3087. The xhr factory is now...
2008-08-04 Ariel Fleslerjquery ajax: closes #3087, #2167, #2128. The ajax trans...
2008-06-17 Ariel Fleslerjquery ajax: added a comment explaining the last commit.
2008-06-17 Ariel Fleslerjquery ajax: closes #3052. Additional check on httpData...
2008-06-17 Ariel Fleslerjquery ajax: Fixes #3045. The protocol wasn't being...
2008-06-05 Ariel Fleslerjquery ajax: passing the settings object to httpData...
2008-05-28 Ariel Fleslerjquery ajax: small (misc) improvement to $.param.
2008-05-27 Ariel Fleslerjquery ajax: Closes #1516. load() can get a string...
2008-05-25 Ariel Fleslerjquery ajax: changing a set of &&/|| for ?/:.
2008-05-16 Ariel Fleslerjquery ajax: Closes #2567, additional setting for ...
2008-05-15 Ariel Fleslerjqueryjquery ajax: closes #1289. Renamed 'xml' and...
2008-05-15 Ariel Fleslerjquery ajax: caching repetive conversions/checks for...
2008-05-15 Ariel Fleslerjquery ajax: fixed #2865 and #2570. Not passing usernam...
2008-05-14 Ariel Fleslerjquery ajax: closes #2842.
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).