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
*
Restores var names to satisfy the crock-machine. Supplements #9008
Rick Waldron
2011-04-28
1
-3
/
+3
*
Make cached rspaces regex definitions consistent. Fixes #9008
rwldrn
2011-04-28
1
-3
/
+3
*
(Re) Fixes #8884 in a way that keeps the format of the headers map sent to tr...
jaubourg
2011-04-19
1
-2
/
+5
*
Cache references to navigator and location. Fixes #6690.
John Resig
2011-04-16
1
-2
/
+2
*
Backing out fix for #6481.
John Resig
2011-04-16
1
-10
/
+3
*
Removes now unnecessary regexp and companion function. Fixes some spacing iss...
jaubourg
2011-04-15
1
-11
/
+7
*
Fixing code styling typo.
Sam Bisbee
2011-04-15
1
-1
/
+1
*
Continuing to map request headers using their name in uppercase for the index...
Sam Bisbee
2011-04-15
1
-7
/
+10
*
Applies exception in Style Guidelines regarding objects and functions when th...
jaubourg
2011-04-08
1
-3
/
+3
*
Remove crossDomain:null comment, it's not needed since undefined==null below.
Dave Methvin
2011-03-30
1
-1
/
+0
*
Merge branch 'crossDomain' of https://github.com/JessThrysoee/jquery into Jes...
Dave Methvin
2011-03-30
1
-1
/
+1
|
\
|
*
no need to specifically initialize crossDomain to null
JessThrysoee
2011-03-11
1
-1
/
+1
|
*
Make it possible to force the Ajax crossDomain option to false.
JessThrysoee
2011-03-11
1
-2
/
+2
*
|
Fixes #8509. Makes URL regexp less overzealous and ensures it recognizes URL ...
jaubourg
2011-03-15
1
-3
/
+3
|
/
*
A quick change to detect AIR urls
gnarf
2011-02-24
1
-1
/
+1
*
Fixes #8297. Makes sure response headers with empty values are handled proper...
jaubourg
2011-02-17
1
-2
/
+2
*
Fixes #8277. Sets data to undefined rather than null when it is not provided ...
jaubourg
2011-02-15
1
-3
/
+3
*
Enhances ajaxSetup so that it can take an optional target option, in which ca...
jaubourg
2011-02-12
1
-11
/
+23
*
Pulls out the callback function in setRequestHeader. Also renames the regexp ...
jaubourg
2011-02-12
1
-4
/
+5
*
Minor changes to enforce JQuery Core Style Guidelines.
jaubourg
2011-02-12
1
-1
/
+1
*
Fixes #8245. Ajax now ensures header names are capitalized so that non-compli...
jaubourg
2011-02-11
1
-8
/
+11
*
Fixes #8219. Introduces the mimeType option to override content-type header i...
jaubourg
2011-02-09
1
-1
/
+9
*
Makes sure statusText always defaults to "error".
jaubourg
2011-02-09
1
-1
/
+1
*
Adds jQuery collection to objects that will be used as global events context ...
jaubourg
2011-02-07
1
-3
/
+4
*
Fixes a bug that prevented headers from being set in an ajaxSend callback. Un...
jaubourg
2011-02-07
1
-2
/
+2
*
Reformats logic for early abort in beforeSend to limit block imbrication.
jaubourg
2011-02-04
1
-36
/
+35
*
Fixes abort in prefilter. No global event will be fired in that case even if ...
jaubourg
2011-02-04
1
-4
/
+14
*
Disables dataType redirection while selecting transport.
jaubourg
2011-02-04
1
-2
/
+2
*
Adds widget as the list of local protocols.
jaubourg
2011-02-03
1
-1
/
+1
*
Adds support for more complex protocol by having the url regexp closer to rfc...
jaubourg
2011-02-03
1
-1
/
+1
*
Stores jQuery.ajaxSettings.isLocal locally at load time so that any change to...
jaubourg
2011-02-03
1
-1
/
+1
*
Fixes #7653. Changes regexp to detect local protocol so that it will accept a...
jaubourg
2011-02-03
1
-2
/
+2
*
Fixes #8152 by applying the same special cases for protocol "chrome-extension...
jaubourg
2011-02-03
1
-8
/
+14
*
Fixes #8138. Access to document.location is made only once at load time and i...
jaubourg
2011-02-02
1
-7
/
+23
*
Fixes #7945. Make jQuery.param() serialize plain objects with a property name...
Anton Kovalyov
2011-02-02
1
-1
/
+1
*
Fixes #8115. Renames all references to jXHR with jqXHR in the code (like was ...
jaubourg
2011-02-01
1
-44
/
+44
*
Bug 8107; Fix argument handling for $.ajax for multiple method signatues and ...
Dan Heberden
2011-01-31
1
-3
/
+2
*
Fixes #8095. Properly handles the case where browser cache needs to be bypass...
jaubourg
2011-01-31
1
-6
/
+12
*
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
[next]