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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Strips IIFEs from modules; Always require built jQuery for tests.
Rick Waldron
2012-06-04
3
-12
/
+0
*
When IE6 & IE7 serve from the cache in async mode, resolves the request async...
jaubourg
2012-05-16
1
-4
/
+6
*
Prevents tests for replaceInData to take place if replaceInUrl is already true.
jaubourg
2012-04-23
1
-1
/
+1
*
remove redundant condition
Richard Gibson
2012-04-22
1
-2
/
+1
*
style adherence
Richard Gibson
2012-04-22
1
-1
/
+1
*
refactor jsonp.js for size and clarity
Richard Gibson
2012-04-22
1
-51
/
+55
*
Fixes #8205. Mitigates memory usage by recycling jsonp callback names the saf...
jaubourg
2012-04-20
1
-2
/
+12
*
Fixes #4624... 3 years later, people!
jaubourg
2012-03-07
1
-2
/
+1
*
Fixes #11426: getting the responseText of an xhr should be tried/caught becau...
jaubourg
2012-03-07
1
-1
/
+7
*
Add undef:true to JSHint now that it understands hoisting
Mike Sherov
2012-01-19
1
-5
/
+5
*
Fix #10692. JSLint is dead! Long live JSHint!
Mike Sherov
2011-12-08
1
-5
/
+5
*
Makes sure no unload handler is bound when not in IE. Also simplifies the who...
jaubourg
2011-04-21
1
-30
/
+26
*
(Re) Fixes #8884 in a way that keeps the format of the headers map sent to tr...
jaubourg
2011-04-19
1
-1
/
+1
*
Removes now unnecessary regexp and companion function. Fixes some spacing iss...
jaubourg
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
-1
/
+1
*
Ensures callback placeholders are tested for and eventually replaced in data ...
jaubourg
2011-04-13
1
-16
/
+14
*
Applies exception in Style Guidelines regarding objects and functions when th...
jaubourg
2011-04-08
2
-3
/
+3
*
Fixes #8744. Makes sure script transport abort method actually removes the sc...
jaubourg
2011-04-04
1
-1
/
+1
*
Fixes #8423. Never set X-Requested-With header automagically for cross-domain...
jaubourg
2011-03-07
1
-5
/
+6
*
Removes unnecessary parenthesis from regular expression.
jaubourg
2011-02-24
1
-1
/
+1
*
Minor changes to enforce JQuery Core Style Guidelines.
jaubourg
2011-02-12
1
-9
/
+11
*
Adds missing crossDomain test.
jaubourg
2011-02-11
1
-1
/
+1
*
Fixes #8245. Ajax now ensures header names are capitalized so that non-compli...
jaubourg
2011-02-11
1
-2
/
+2
*
Simplifies status normalization in xhr transport. Local file test modified fo...
jaubourg
2011-02-11
1
-29
/
+8
*
Replaces jQuery.each loop for headers with a foreach loop.
jaubourg
2011-02-09
1
-3
/
+3
*
Fixes #8219. Introduces the mimeType option to override content-type header i...
jaubourg
2011-02-09
1
-0
/
+5
*
Makes sure xhrs are actually aborted on unload in IE. Simplifies active xhrs ...
jaubourg
2011-02-07
1
-34
/
+26
*
Fixes #8177. XHR transport now considers 304 Not Modified responses as 200 OK...
jaubourg
2011-02-05
1
-0
/
+6
*
Don't use a local copy of jQuery.ajaxSettings.isLocal anymore but use the cur...
jaubourg
2011-02-03
1
-12
/
+5
*
Stores jQuery.ajaxSettings.isLocal locally at load time so that any change to...
jaubourg
2011-02-03
1
-23
/
+30
*
Fixes #8146. Custom fields in xhrFields are now set after the XMLHttpRequest ...
jaubourg
2011-02-03
1
-7
/
+7
*
Fixes #8152 by applying the same special cases for protocol "chrome-extension...
jaubourg
2011-02-03
1
-25
/
+23
*
Fixes #8146 by introducing the xhrFields option with is a map of fieldName/fi...
jaubourg
2011-02-02
1
-1
/
+9
*
Fixes #8135. Makes sure any exception thrown by Firefox when trying to access...
jaubourg
2011-02-02
1
-65
/
+82
*
Fixes #8098. Use the fast document.head when available. Don't set unneeded "s...
Mathias Bynens
2011-02-02
1
-1
/
+1
*
Fixes #8125. Status is set to 200 for requests with status 0 when location.pr...
jaubourg
2011-02-01
1
-4
/
+6
*
Fixes #8115. Renames all references to jXHR with jqXHR in the code (like was ...
jaubourg
2011-02-01
1
-2
/
+2
*
Script dataType now supports ecmascript mimetypes.
jaubourg
2011-01-31
1
-2
/
+2
*
Makes sure jsonp callback is not left in the global namespace in case of an e...
jaubourg
2011-01-31
1
-22
/
+15
*
Fixes #8082. Text to script converter now returns text. Unit test added.
jaubourg
2011-01-29
1
-1
/
+4
*
Fixes potential collisions between jsonp requests from different jQuery insta...
jaubourg
2011-01-29
1
-1
/
+1
*
Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer s...
jaubourg
2011-01-26
1
-1
/
+1
*
Reworks how values of parameters passed to error callbacks are determined. Fi...
jaubourg
2011-01-25
1
-6
/
+3
*
More code style fixes.
jaubourg
2011-01-23
2
-4
/
+3
*
Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js,
jaubourg
2011-01-23
3
-78
/
+65
*
Moves determineResponse logic into main ajax callback. Puts responseXXX field...
jaubourg
2011-01-20
1
-8
/
+7
*
Removes misleading comment.
jaubourg
2011-01-20
1
-1
/
+0
*
Renames determineDataType as determineResponse. Makes it more generic as a fi...
jaubourg
2011-01-20
1
-11
/
+12
*
Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo...
jaubourg
2011-01-20
2
-3
/
+6
*
Moves determineDataType into ajaxSettings so that it is accessible to transpo...
jaubourg
2011-01-19
1
-3
/
+2
[next]