index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
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
*
$.Callbacks, $.Topic and notify/progress on $.Deferred.
jaubourg
2011-09-19
1
-4
/
+4
*
Use jdalton's shorter sequence for the chars.
Dave Methvin
2011-08-23
1
-1
/
+1
*
Use a semantic name for the variable.
Dave Methvin
2011-08-23
1
-3
/
+3
*
Fixes #10098. Avoid a slashy-starry char sequence in literal strings to evade...
Dave Methvin
2011-08-22
1
-3
/
+6
*
Merge pull request #431 from DenisKnauf/master
Dave Methvin
2011-08-04
1
-1
/
+1
|
\
|
*
input type=datetime-local support for ajax.
Denis Knauf
2011-07-07
1
-1
/
+1
*
|
Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText i...
jaubourg
2011-07-23
1
-2
/
+3
*
|
Makes sure that status -1 (used when an internal error occured) will not tag ...
jaubourg
2011-07-23
1
-1
/
+1
*
|
Fixes #9887: ajax now supports circular references into objects passed as con...
jaubourg
2011-07-23
1
-16
/
+34
|
/
*
Fixes #9632. Adds res:// protocol to the list of local protocols.
jaubourg
2011-07-01
1
-1
/
+1
*
Fixes #9682. Removes data from the options for request with no content so tha...
jaubourg
2011-07-01
1
-0
/
+2
*
Replaces typo (status instead of state) as observed in #9585.
jaubourg
2011-07-01
1
-1
/
+1
*
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
[next]