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-384b59e5c3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-a2938ab9b9
dependabot/github_actions/github-actions-ced721f930
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/form-data-4.0.4
dependabot/npm_and_yarn/multi-b97207525a
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
mgol-patch-1
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 (
Collapse
)
Author
Age
Files
Lines
...
*
Fixed #1450 by returning 1223 as success. Couldn't normalize the status ↵
David Serduke
2007-11-29
1
-2
/
+3
|
|
|
|
since jquery uses the actual xmlhttprequest object.
*
Fix #1905 bug where in IE the use of RegExp.test() was failing and needed to ↵
David Serduke
2007-11-16
1
-1
/
+1
|
|
|
|
be replaced with String.match().
*
Fix for bug #1638, where a non-string data could break an Ajax request.
John Resig
2007-10-18
1
-2
/
+2
|
*
Another fix for bug #1584, ajaxStop would not be called for a cross-domain ↵
John Resig
2007-10-17
1
-1
/
+1
|
|
|
|
request if a handler was not provided.
*
Added a fix for bug #1580, where the query string was appended to the POST ↵
John Resig
2007-09-15
1
-12
/
+12
|
|
|
|
data, instead of being left alone.
*
Bug #1584, ajaxStop/complete calls weren't called for JSONP requests.
John Resig
2007-09-15
1
-0
/
+1
|
*
Fix for bug #1600 - multiple selects were being serialized incorrectly.
John Resig
2007-09-15
1
-1
/
+1
|
*
Fixed some line ending issues.
John Resig
2007-09-09
1
-5
/
+8
|
*
Errors were occuring with getScript, if you called it too early.
John Resig
2007-09-09
1
-2
/
+3
|
*
Reorganzing the jQuery source (first phase).
John Resig
2007-09-08
1
-0
/
+462
[prev]