index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
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
*
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
*
"then" renamed "complete" and new "then" method defined using "complete" and ...
jaubourg
2011-01-05
1
-2
/
+2
*
When serializing text, encode all line breaks as CRLF pairs per the applicati...
Dave Methvin
2010-12-31
1
-2
/
+2
*
Revised conversion logic to handle converter equal to true properly.
jaubourg
2010-12-31
1
-14
/
+19
*
Introduced a new promise method on deferreds that returns an immutable object...
jaubourg
2010-12-31
1
-3
/
+4
*
Renamed several ajaxSettings options. Removed cors test, fixed failing cors t...
jaubourg
2010-12-31
1
-11
/
+11
*
Revised logic in data conversion to account for when dataFilter modifies the ...
jaubourg
2010-12-31
1
-2
/
+2
*
Removed re-usability from jXHR object (no more open, send & onreadystatechang...
jaubourg
2010-12-31
1
-10
/
+576
*
Removed dataCheckers, added true as possible value for dataConverters indicat...
jaubourg
2010-12-31
1
-27
/
+2
*
Changed dataConverters key format.
unknown
2010-12-31
1
-20
/
+5
*
Rewrote the data conversion logic in ajax. Should be cleaner and faster.
jaubourg
2010-12-31
1
-2
/
+2
*
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp...
jaubourg
2010-12-31
1
-2
/
+2
*
Rewrote the data conversion logic in ajax. Should be cleaner and faster.
jaubourg
2010-12-31
1
-7
/
+2
*
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp...
jaubourg
2010-12-31
1
-6
/
+7
*
Clean trailing whitespace from all files.
Colin Snover
2010-12-30
1
-24
/
+24
*
Removed unnecessary upper/lowercase, it's all just lowercase now (since $.aja...
Ben Alman
2010-12-26
1
-2
/
+2
*
WETness getting you down? Fear not, the $.get and $.post methods are now 866%...
Ben Alman
2010-12-26
1
-22
/
+7
*
Fix fix for #6481 introduced at 7862c45ad2f32096383a21b8b301155787724476 whic...
Colin Snover
2010-12-22
1
-1
/
+3
*
Fix the closure in ajax.js too.
jaubourg
2010-12-10
1
-1
/
+1
*
Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...
jaubourg
2010-12-09
1
-448
/
+123
*
Merge branch 'bug6242' of https://github.com/csnover/jquery into csnover-bug6242
John Resig
2010-12-06
1
-6
/
+13
|
\
|
*
Fix memory leaks in IE caused by the custom abort function of $.ajax. Fixes b...
Colin Snover
2010-12-03
1
-6
/
+13
*
|
Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531
John Resig
2010-12-06
1
-1
/
+4
|
\
\
|
*
|
Optimize for size instead of speed.
Colin Snover
2010-11-17
1
-1
/
+1
|
*
|
Coerce s.url to string before calling replace, since replace is also a method...
Colin Snover
2010-11-17
1
-1
/
+4
|
|
/
*
/
Set cache to false as default for script or json requests. Fixes 7578.
Anton M
2010-11-19
1
-1
/
+1
|
/
*
Merge branch 'bug7422' of https://github.com/csnover/jquery into csnover-bug7422
John Resig
2010-11-09
1
-4
/
+5
|
\
|
*
Ensure that AJAX requests are actually aborted in all browsers. Fix #7422.
Colin Snover
2010-11-06
1
-4
/
+5
*
|
Make sure that when multiple variables are being declared that assignments ar...
John Resig
2010-11-09
1
-5
/
+6
|
/
*
Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.
John Resig
2010-10-25
1
-6
/
+0
*
Merge branch 'jquerymaster' of http://github.com/SlexAxton/jquery into SlexAx...
John Resig
2010-10-25
1
-1
/
+1
|
\
|
*
Forces lower case comparison of protocol and host when determining whether th...
Alex Sexton
2010-10-20
1
-1
/
+1
*
|
Allow DELETE requests to have a content body, and properly serialize data to ...
dmethvin
2010-10-25
1
-4
/
+4
*
|
Fixes #7229 and #5803
rwldrn
2010-10-24
1
-0
/
+6
|
/
[next]