aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax.js
Commit message (Expand)AuthorAgeFilesLines
...
* Added the new jQuery.support object and removed all uses of jQuery.browser fr...John Resig2008-12-211-4/+2
* The code for handling Ajax timeouts was broken (the abort was being called to...John Resig2008-11-181-3/+4
* Standardized the type checks across core. isFunction and isArray now use Obje...John Resig2008-11-171-6/+6
* Landing fixes for tickets #2935 and #2688 (Aborting ajax doesn't stop the set...John Resig2008-11-141-4/+15
* jquery core: closes #3541. Added isArray.Ariel Flesler2008-10-291-3/+3
* jquery ajax: closes #3249. Slight modification on serializeArray, shorter and...Ariel Flesler2008-08-131-2/+1
* jquery ajax: misc optimization for $.fn.load().Ariel Flesler2008-08-111-3/+2
* jquery ajax: closes #3231. The ajax setting 'dataFilter' can also parse the r...Ariel Flesler2008-08-071-6/+10
* jquery ajax: extends #3087. The xhr factory is now an ajax setting called 'xh...Ariel Flesler2008-08-071-8/+7
* jquery ajax: closes #3087, #2167, #2128. The ajax transport creation process ...Ariel Flesler2008-08-041-3/+10
* jquery ajax: added a comment explaining the last commit.Ariel Flesler2008-06-171-0/+1
* jquery ajax: closes #3052. Additional check on httpData() to keep compatibili...Ariel Flesler2008-06-171-1/+1
* jquery ajax: Fixes #3045. The protocol wasn't being checked to see if a scrip...Ariel Flesler2008-06-171-3/+4
* jquery ajax: passing the settings object to httpData instead of just the data...Ariel Flesler2008-06-051-4/+4
* jquery ajax: small (misc) improvement to $.param.Ariel Flesler2008-05-281-4/+8
* jquery ajax: Closes #1516. load() can get a string of data (not only a hash) ...Ariel Flesler2008-05-271-1/+1
* jquery ajax: changing a set of &&/|| for ?/:.Ariel Flesler2008-05-251-3/+3
* jquery ajax: Closes #2567, additional setting for $.ajax called 'dataFilter'....Ariel Flesler2008-05-161-2/+6
* jqueryjquery ajax: closes #1289. Renamed 'xml' and 'r' to 'xhr'.Ariel Flesler2008-05-151-39/+39
* jquery ajax: caching repetive conversions/checks for settings.type in $.ajax.Ariel Flesler2008-05-151-8/+9
* jquery ajax: fixed #2865 and #2570. Not passing username to xml.open if it's ...Ariel Flesler2008-05-151-1/+5
* jquery ajax: closes #2842.Ariel Flesler2008-05-141-0/+1
* jquery ajax: renaming jQuery.ajax.re to remote.Ariel Flesler2008-05-131-4/+4
* jquery ajax: absolute urls were assumed to be cross domain. Closes #2816.Ariel Flesler2008-05-131-1/+5
* jquery: removing unnecessary trailing and leading spaces & tabs.Ariel Flesler2008-05-131-17/+17
* jquery event: fixed $.fn.load, closes #2819.Ariel Flesler2008-05-081-2/+5
* jquery ajax: support for dynamic data arguments, see #2806; added test/data/e...Jörn Zaefferer2008-05-061-1/+1
* mainly made the code shorter:Ariel Flesler2008-04-291-5/+5
* jquery.ajax: fix for beforeSend-cancelling-sideeffectsJörn Zaefferer2008-04-221-1/+6
* jquery.ajax: improvement for #2688, added testJörn Zaefferer2008-04-221-5/+2
* Closes #2688Yehuda Katz2008-04-141-1/+4
* Fixed #2174 by removing the s.dataType == "json" check for possible cross dom...David Serduke2008-01-171-1/+1
* And the rest of the _default change.John Resig2008-01-141-1/+1
* Tweaked the default Accept header to _default.John Resig2008-01-141-1/+1
* Fixed default property name for Opera (bug #2159).John Resig2008-01-141-1/+1
* Just added support for Accept headers in Ajax requests - defaults to the corr...John Resig2008-01-141-1/+14
* Adds support for username and password to $.ajaxYehuda Katz2008-01-071-2/+4
* Added code to remove the script tag on successful jsonp calls.David Serduke2007-12-171-0/+2
* The extra & was getting gobbled, oops.John Resig2007-12-171-2/+2
* Added a fix for bug #2020 - if you want to do data: {callback: "?"}, do jsonp...John Resig2007-12-171-1/+1
* Fixed #1781 for warnings created on load by FF javascript.options.strict == t...David Serduke2007-12-161-4/+4
* Added feature #1934 by allowing script.charset to be set through an optional ...David Serduke2007-12-151-0/+2
* Fixed #2046 by forcing the dataType to 'html' in the .load() function.David Serduke2007-12-141-0/+1
* Added an extra try block to handle FF 3 x-domain requests. (Bug #1557)John Resig2007-12-141-9/+12
* Fixed #1750 by adding a url that starts with "//" and is a dataType "script" ...David Serduke2007-12-121-1/+1
* Fix #1987 by only doing remote <script> type ajax with GET requests. All oth...David Serduke2007-12-111-2/+2
* For fix #1999 changed the RegExp to be non-greedy. Thanks emartin24.David Serduke2007-12-041-1/+1
* Fixed #1999 by replacing the 'no-cache' parameter if it is there instead of j...David Serduke2007-12-041-2/+7
* Removed comments and code related to Safari being unable to do a sync global ...David Serduke2007-11-301-4/+1
* Fixed #1557, although it doesn't appear to be just an FF3 problem. In this ca...David Serduke2007-11-291-1/+1