index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ajax.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Makes sure all converters keys are lowercased before any conversion is taking...
jaubourg
2011-01-31
1
-1
/
+12
*
Makes sure options.context is used as the context for global ajax events only...
jaubourg
2011-01-31
1
-2
/
+6
*
Fixes #7568. Follow-up fix for #5862. Objects with a length property weren't ...
Anton M
2011-01-31
1
-3
/
+3
*
Ensures dataTypeExpressions are lowercased for prefilters and transports regi...
jaubourg
2011-01-31
1
-2
/
+2
*
Compatibility fixes in ajax: exceptions are no longer promoted to strings bef...
jaubourg
2011-01-28
1
-3
/
+3
*
Actually does what https://github.com/jquery/jquery/commit/bab8079593913dbc68...
jaubourg
2011-01-27
1
-1
/
+1
*
Passes jXHR object as third argument of prefilters and transport factories.
jaubourg
2011-01-26
1
-5
/
+5
*
Fixes #5866. Issue number in previous commit was wrong both in comments and c...
jaubourg
2011-01-26
1
-1
/
+1
*
Fixes #5856. Adds document protocol at the beginning of URLs without protocol...
jaubourg
2011-01-26
1
-11
/
+8
*
Reworks how values of parameters passed to error callbacks are determined. Fi...
jaubourg
2011-01-25
1
-6
/
+16
*
Makes prefilters and transport inspection more robust and uses better variabl...
jaubourg
2011-01-24
1
-19
/
+23
*
Revised internal implementation of ajaxPrefilter() and ajaxTransport(). Every...
jaubourg
2011-01-23
1
-103
/
+80
*
More code style fixes.
jaubourg
2011-01-23
1
-7
/
+7
*
Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js,
jaubourg
2011-01-23
1
-121
/
+117
*
Re-organizes ajax.js: prefilters and transports are no longer stored in ajaxS...
jaubourg
2011-01-22
1
-314
/
+261
*
Replaces "text in-between" technique with a full-fledged one-level transitive...
jaubourg
2011-01-21
1
-40
/
+65
*
Moves determineResponse logic into main ajax callback. Puts responseXXX field...
jaubourg
2011-01-20
1
-76
/
+72
*
Renames Deferred's fire and fireReject methods as resolveWith and rejectWith ...
jaubourg
2011-01-20
1
-3
/
+3
*
Renames determineDataType as determineResponse. Makes it more generic as a fi...
jaubourg
2011-01-20
1
-16
/
+15
*
Revises the way arguments are handled in ajax.
jaubourg
2011-01-20
1
-7
/
+6
*
Makes sure statusCode callbacks are ordered in the same way success and error...
jaubourg
2011-01-20
1
-4
/
+4
*
Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo...
jaubourg
2011-01-20
1
-110
/
+91
*
Moves things around to make jsLint happier.
jaubourg
2011-01-19
1
-2
/
+2
*
Fixes crossDomain test so that it assumes port to be 80 for http and 443 for ...
jaubourg
2011-01-19
1
-2
/
+4
*
Moves determineDataType into ajaxSettings so that it is accessible to transpo...
jaubourg
2011-01-19
1
-48
/
+50
*
Re-adds hastily removed variable and simplifies statusCode based callbacks ha...
jaubourg
2011-01-19
1
-15
/
+16
*
Use undefined instead of 0 to deference transport for clarity.
jaubourg
2011-01-19
1
-1
/
+1
*
Removes unnecessary test and ensures getResponseHeader returns null if the he...
jaubourg
2011-01-19
1
-12
/
+7
*
Revised how context is determined and removed unnecessary "parameter as varia...
jaubourg
2011-01-19
1
-12
/
+10
*
Moved ajaxSettings.xhr definition together with support.ajax and support.cors...
jaubourg
2011-01-19
1
-32
/
+0
*
Makes it so a prefilter can change the type of a request.
jaubourg
2011-01-16
1
-7
/
+7
*
Removed internal dataTypes option and added headers & crossDomain options int...
jaubourg
2011-01-16
1
-1
/
+2
*
Fixes #2994. Not finding a transport now fires the error callbacks and doesn'...
jaubourg
2011-01-16
1
-65
/
+77
*
Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter...
jaubourg
2011-01-13
1
-6
/
+7
*
Fixes #4964. Adds a statusCode object together with a new statusCode method o...
jaubourg
2011-01-13
1
-0
/
+27
*
Cleans up statusText handling and simplifies 304 notmodified logic.
jaubourg
2011-01-13
1
-13
/
+17
*
Removes unnecessary variables and adds much needed comments into the data con...
jaubourg
2011-01-13
1
-6
/
+28
*
Fixes a regression by calling dataFilter with the second argument set as the ...
jaubourg
2011-01-13
1
-1
/
+1
*
Gets rid of a var statement by moving variable declarations up.
jaubourg
2011-01-13
1
-3
/
+4
*
AjaxSetup now uses deep extend internally to accomodate map structured options.
jaubourg
2011-01-12
1
-1
/
+1
*
Fixes 4825. jQuery.fn.load: use the jXHR's Promise interface to get the actua...
jaubourg
2011-01-11
1
-5
/
+13
*
Change embedded regexp to a variable (for #6876).
Dave Methvin
2011-01-09
1
-2
/
+3
*
Make it so prefilters get access to the original settings.
jaubourg
2011-01-09
1
-1
/
+1
*
Fixes #5955. Option crossDomain now forces ajax to consider a request as cros...
jaubourg
2011-01-09
1
-6
/
+9
*
Make sure prefilters have been called and transport has been selected before ...
jaubourg
2011-01-09
1
-3
/
+3
*
Fixes #7465. Reworked the regexp and associated test for cross-domain detecti...
jaubourg
2011-01-09
1
-2
/
+7
*
Fixes #7868. ResponseText is now properly propagated for error callbacks.
jaubourg
2011-01-09
1
-0
/
+5
*
Fixes #7881. Setting contentType to false will prevent the Content-Type heade...
jaubourg
2011-01-09
1
-1
/
+1
*
Renamed "complete" to "done" in order to avoid conflicts with jXHR.complete.
jaubourg
2011-01-06
1
-2
/
+2
*
Cleaning up trailing whitespace again.
Colin Snover
2011-01-05
1
-122
/
+122
[prev]
[next]