aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer s...jaubourg2011-01-261-1/+1
* Reworks how values of parameters passed to error callbacks are determined. Fi...jaubourg2011-01-251-6/+3
* More code style fixes.jaubourg2011-01-232-4/+3
* Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js,jaubourg2011-01-233-78/+65
* Moves determineResponse logic into main ajax callback. Puts responseXXX field...jaubourg2011-01-201-8/+7
* Removes misleading comment.jaubourg2011-01-201-1/+0
* Renames determineDataType as determineResponse. Makes it more generic as a fi...jaubourg2011-01-201-11/+12
* Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo...jaubourg2011-01-202-3/+6
* Moves determineDataType into ajaxSettings so that it is accessible to transpo...jaubourg2011-01-191-3/+2
* Moved ajaxSettings.xhr definition together with support.ajax and support.cors...jaubourg2011-01-191-129/+173
* Setting the jsonp option to false now inhibits any url manipulation regarding...jaubourg2011-01-161-11/+23
* The script prefilter now forces cross-domain requests type to GET.jaubourg2011-01-161-0/+1
* Fixes #2994. Not finding a transport now fires the error callbacks and doesn'...jaubourg2011-01-162-46/+41
* Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter...jaubourg2011-01-133-6/+4
* Removed xhr pooling since failing cross-domain requests leaves the xhr object...jaubourg2011-01-131-18/+9
* Reworked script and xhr abort logic to take advantage of the fact jXHR.abort ...jaubourg2011-01-132-42/+36
* Script transport now uses ajaxSetup to define script dataType.jaubourg2011-01-121-3/+3
* Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n...jaubourg2011-01-121-3/+3
* Moved unload abort code so that the event is only bound if the xhr transport ...jaubourg2011-01-091-16/+21
* Fixes #5812. =? will be detected even when it has been escaped during data se...jaubourg2011-01-091-1/+1
* Fixes #5803. Reworked jsonp prefilter so that it sets the dataType as jsonp a...jaubourg2011-01-091-53/+52
* Fixes #7868. ResponseText is now properly propagated for error callbacks.jaubourg2011-01-091-9/+7
* Added a simple cache for xhr objects in the xhr transport.jaubourg2011-01-091-1/+8
* Renamed src/transports to src/ajax (in case we need prefilters in the future ...jaubourg2011-01-063-0/+358
* Reorganzing the jQuery source (first phase).John Resig2007-09-082-1103/+0
* Forgot to update the $.param() tests.John Resig2007-09-051-5/+5
* Re-disabled the Ajax tests in Safari.John Resig2007-09-051-2/+2
* Integration of Mike Alsup's excellent form serialization code. The benefits a...John Resig2007-09-052-10/+46
* Removed all deprecated functionality for jQuery 1.2. A full list of what was ...John Resig2007-09-042-44/+15
* Removed all inline documentation. The current version of all documentation is...John Resig2007-09-041-451/+0
* Re-disabled the ajax tests in Safari 3.John Resig2007-09-031-2/+2
* Added support for:John Resig2007-09-032-159/+408
* Added a test case for "purple include", fixed a bug.John Resig2007-08-252-2/+13
* New feature: You can now inject portions of a document via .load(), as oppose...John Resig2007-08-251-1/+17
* Marked all the appropriate methods as being deprecated for the 1.1.4 release ...John Resig2007-08-241-0/+3
* Brought back a husk method to represent evalScripts. I didn't realize so many...John Resig2007-08-241-1/+6
* Tweaked the Ajax test suite for Safari.John Resig2007-08-221-5/+10
* Two quick fixes in relation to #1028. ajaxSetup shouldn't be deep and the boo...John Resig2007-08-211-1/+1
* Make deep .extend() an optional argument - it will go deep if you pass in an ...John Resig2007-08-211-2/+2
* Complete overhaul of the Ajax test suite, it's now passing in all browsers. I...John Resig2007-08-192-178/+234
* We were catching exceptions within the success callback of an Ajax request, t...John Resig2007-08-191-30/+31
* Brought back jQuery.globalEval(), fixing bug #1425.John Resig2007-07-311-1/+1
* nevermind, I'm dumb. =PSean Catchpole2007-07-261-1/+1
* Fixed ajax array arguments in $.paramSean Catchpole2007-07-261-1/+1
* missing semi-colonBrandon Aaron2007-07-211-1/+1
* Added support for parsererror errors from Ajax requests (bug #1145).John Resig2007-07-211-3/+6
* Added a fix to prevent the completion callback from firing multiple times in ...John Resig2007-07-201-1/+1
* Completely reworked the evalScripts() code, fixing bugs #1332, #975, and #777.John Resig2007-07-201-49/+9
* The isTimeout fix from #970 was causing unintended status bugs (fixed). This ...John Resig2007-07-201-9/+14
* Made the error message equal to "timeout", if the request timed out. (Bug #970)John Resig2007-07-201-3/+3