| Commit message (Expand) | Author | Age | Files | Lines |
* | jquery ajax: Closes #2567, additional setting for $.ajax called 'dataFilter'.... | Ariel Flesler | 2008-05-16 | 1 | -2/+6 |
* | jqueryjquery ajax: closes #1289. Renamed 'xml' and 'r' to 'xhr'. | Ariel Flesler | 2008-05-15 | 1 | -39/+39 |
* | jquery ajax: caching repetive conversions/checks for settings.type in $.ajax. | Ariel Flesler | 2008-05-15 | 1 | -8/+9 |
* | jquery ajax: fixed #2865 and #2570. Not passing username to xml.open if it's ... | Ariel Flesler | 2008-05-15 | 1 | -1/+5 |
* | jquery ajax: closes #2842. | Ariel Flesler | 2008-05-14 | 1 | -0/+1 |
* | jquery ajax: renaming jQuery.ajax.re to remote. | Ariel Flesler | 2008-05-13 | 1 | -4/+4 |
* | jquery ajax: absolute urls were assumed to be cross domain. Closes #2816. | Ariel Flesler | 2008-05-13 | 1 | -1/+5 |
* | jquery: removing unnecessary trailing and leading spaces & tabs. | Ariel Flesler | 2008-05-13 | 1 | -17/+17 |
* | jquery event: fixed $.fn.load, closes #2819. | Ariel Flesler | 2008-05-08 | 1 | -2/+5 |
* | jquery ajax: support for dynamic data arguments, see #2806; added test/data/e... | Jörn Zaefferer | 2008-05-06 | 1 | -1/+1 |
* | mainly made the code shorter: | Ariel Flesler | 2008-04-29 | 1 | -5/+5 |
* | jquery.ajax: fix for beforeSend-cancelling-sideeffects | Jörn Zaefferer | 2008-04-22 | 1 | -1/+6 |
* | jquery.ajax: improvement for #2688, added test | Jörn Zaefferer | 2008-04-22 | 1 | -5/+2 |
* | Closes #2688 | Yehuda Katz | 2008-04-14 | 1 | -1/+4 |
* | Fixed #2174 by removing the s.dataType == "json" check for possible cross dom... | David Serduke | 2008-01-17 | 1 | -1/+1 |
* | And the rest of the _default change. | John Resig | 2008-01-14 | 1 | -1/+1 |
* | Tweaked the default Accept header to _default. | John Resig | 2008-01-14 | 1 | -1/+1 |
* | Fixed default property name for Opera (bug #2159). | John Resig | 2008-01-14 | 1 | -1/+1 |
* | Just added support for Accept headers in Ajax requests - defaults to the corr... | John Resig | 2008-01-14 | 1 | -1/+14 |
* | Adds support for username and password to $.ajax | Yehuda Katz | 2008-01-07 | 1 | -2/+4 |
* | Added code to remove the script tag on successful jsonp calls. | David Serduke | 2007-12-17 | 1 | -0/+2 |
* | The extra & was getting gobbled, oops. | John Resig | 2007-12-17 | 1 | -2/+2 |
* | Added a fix for bug #2020 - if you want to do data: {callback: "?"}, do jsonp... | John Resig | 2007-12-17 | 1 | -1/+1 |
* | Fixed #1781 for warnings created on load by FF javascript.options.strict == t... | David Serduke | 2007-12-16 | 1 | -4/+4 |
* | Added feature #1934 by allowing script.charset to be set through an optional ... | David Serduke | 2007-12-15 | 1 | -0/+2 |
* | Fixed #2046 by forcing the dataType to 'html' in the .load() function. | David Serduke | 2007-12-14 | 1 | -0/+1 |
* | Added an extra try block to handle FF 3 x-domain requests. (Bug #1557) | John Resig | 2007-12-14 | 1 | -9/+12 |
* | Fixed #1750 by adding a url that starts with "//" and is a dataType "script" ... | David Serduke | 2007-12-12 | 1 | -1/+1 |
* | Fix #1987 by only doing remote <script> type ajax with GET requests. All oth... | David Serduke | 2007-12-11 | 1 | -2/+2 |
* | For fix #1999 changed the RegExp to be non-greedy. Thanks emartin24. | David Serduke | 2007-12-04 | 1 | -1/+1 |
* | Fixed #1999 by replacing the 'no-cache' parameter if it is there instead of j... | David Serduke | 2007-12-04 | 1 | -2/+7 |
* | Removed comments and code related to Safari being unable to do a sync global ... | David Serduke | 2007-11-30 | 1 | -4/+1 |
* | Fixed #1557, although it doesn't appear to be just an FF3 problem. In this ca... | David Serduke | 2007-11-29 | 1 | -1/+1 |
* | Fixed #1450 by returning 1223 as success. Couldn't normalize the status sinc... | David Serduke | 2007-11-29 | 1 | -2/+3 |
* | Fix #1905 bug where in IE the use of RegExp.test() was failing and needed to ... | David Serduke | 2007-11-16 | 1 | -1/+1 |
* | Fix for bug #1638, where a non-string data could break an Ajax request. | John Resig | 2007-10-18 | 1 | -2/+2 |
* | Another fix for bug #1584, ajaxStop would not be called for a cross-domain re... | John Resig | 2007-10-17 | 1 | -1/+1 |
* | Added a fix for bug #1580, where the query string was appended to the POST da... | John Resig | 2007-09-15 | 1 | -12/+12 |
* | Bug #1584, ajaxStop/complete calls weren't called for JSONP requests. | John Resig | 2007-09-15 | 1 | -0/+1 |
* | Fix for bug #1600 - multiple selects were being serialized incorrectly. | John Resig | 2007-09-15 | 1 | -1/+1 |
* | Fixed some line ending issues. | John Resig | 2007-09-09 | 1 | -5/+8 |
* | Errors were occuring with getScript, if you called it too early. | John Resig | 2007-09-09 | 1 | -2/+3 |
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 1 | -0/+462 |