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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ajax: execute jQuery#load callback with correct context
Oleg Gaidarenko
2016-04-04
1
-1
/
+1
*
Revert "Ajax: Mitigate possible XSS vulnerability"
Michał Gołębiowski
2016-03-23
1
-7
/
+0
*
Revert "Ajax: remove "onunload" event handler"
Timmy Willison
2016-01-06
1
-11
/
+24
*
Revert "Misc: Drop support for older browsers; update support comments"
Timmy Willison
2016-01-06
3
-6
/
+52
*
Revert "Ajax: simplify one ajax call and add explanatory comment"
Oleg Gaidarenko
2015-12-22
1
-0
/
+2
*
Build: code style fixes after all those reverts
Oleg Gaidarenko
2015-12-22
1
-0
/
+1
*
Revert "Ajax: Remove remnants of the load event alias handling"
Oleg Gaidarenko
2015-12-22
1
-2
/
+11
*
Ajax: Don't let onreadystatechange preempt exceptions from xhr.send
Richard Gibson
2015-10-23
1
-2
/
+6
*
Ajax: Catch synchronous readystatechange events
Richard Gibson
2015-10-23
1
-6
/
+8
*
Ajax: improve content-type detection
Oleg Gaidarenko
2015-10-12
1
-1
/
+1
*
Ajax: correct indentation
Oleg Gaidarenko
2015-10-12
1
-3
/
+3
*
Ajax: Mitigate possible XSS vulnerability
Oleg Gaidarenko
2015-10-12
1
-0
/
+7
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
9
-44
/
+55
*
Core: Support non-browser environments
Michał Gołębiowski
2015-08-16
4
-4
/
+9
*
Ajax: Remove jsonp callbacks through "jQuery#removeProp" method
Oleg Gaidarenko
2015-07-13
1
-2
/
+8
*
Ajax: Remove remnants of the load event alias handling
Michał Gołębiowski
2015-06-01
1
-10
/
+1
*
Ajax: Fix the XHR fallback logic for IE8
Michał Gołębiowski
2015-05-19
1
-5
/
+2
*
Ajax: Rename Spartan to Edge in a comment
Michał Gołębiowski
2015-05-18
1
-2
/
+2
*
Ajax: Use the native XHR for all non-local requests in IE9+
Michał Gołębiowski
2015-05-18
1
-9
/
+23
*
Ajax: remove "onunload" event handler
Oleg Gaidarenko
2015-05-03
1
-18
/
+3
*
Ajax: remove use of jQuery#each second argument
Oleg Gaidarenko
2015-02-19
1
-1
/
+3
*
Ajax: replace "jqXHR.complete" callback with "always"
Oleg Gaidarenko
2015-02-15
1
-1
/
+4
*
Ajax: make jQuery#load "type" field explicit
Oleg Gaidarenko
2015-02-15
1
-2
/
+4
*
Ajax: simplify one ajax call and add explanatory comment
Oleg Gaidarenko
2015-02-15
1
-2
/
+0
*
Core: Standardize indexOf comparisons
Richard Gibson
2015-01-10
2
-2
/
+3
*
Misc: Drop support for older browsers; update support comments
Michał Gołębiowski
2014-12-08
3
-49
/
+6
*
Ajax: remove event dependency from the ajax module
Oleg Gaidarenko
2014-10-14
1
-2
/
+3
*
Build: update grunt-jscs-checker and pass with the new rules
Timmy Willison
2014-07-17
4
-7
/
+16
*
Ajax: Use two-arg form of .slice() for old IE
Dave Methvin
2014-03-04
1
-1
/
+1
*
Ajax: .load() should trim its selector
Dave Methvin
2014-03-04
1
-1
/
+1
*
Ajax: support non-RFC2616 methods for oldIE
Oleg
2014-01-14
1
-2
/
+13
*
Fix #14503: Cast to string before setting XHR header. Close gh-1427.
hongymagic
2013-11-14
1
-1
/
+9
*
Fix #14475. Use IE11-friendly detect for proper XHR object.
Dave Methvin
2013-11-14
1
-7
/
+3
*
Fix #14492: More correct jQuery.parseJSON. Close gh-1419.
Richard Gibson
2013-11-12
1
-22
/
+31
*
Remove old try...catch for old FF
Oleg
2013-11-08
1
-52
/
+42
*
Ref 705216d: Synchronize ajax/xhr.js with master
Richard Gibson
2013-11-08
1
-1
/
+1
*
Fix some code style inconsistencies
Oleg
2013-11-07
1
-1
/
+1
*
No ticket: Update style per gh-1418 comments
Richard Gibson
2013-11-04
1
-8
/
+6
*
Ref 705216dc: Synchronize ajax/xhr.js with master. Close gh-1418.
Richard Gibson
2013-11-04
1
-76
/
+54
*
All non-var modules should not indent in their AMD wrappers (just for prettie...
Timmy Willison
2013-09-09
2
-55
/
+58
*
Move parsing methods to their own files (separates manipulation dependency fr...
Timmy Willison
2013-09-08
3
-0
/
+71
*
No ticket. Restore checking individual src/**/*.js files by jsHint.
Michał Gołębiowski
2013-09-06
2
-3
/
+3
*
Fix #10814. Fix #14084. Make support tests lazy and broken out to components.
Michał Gołębiowski
2013-09-06
1
-6
/
+6
*
Pass all tests (and load Sizzle fixture correctly) when loading with AMD
Timmy Willison
2013-08-29
1
-1
/
+4
*
Specify support as a dependency wherever it is used. Optimize module order to...
Timmy Willison
2013-08-15
1
-1
/
+2
*
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Timmy Willison
2013-08-15
6
-2
/
+104
*
Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.
Oleg
2013-01-31
1
-5
/
+1
*
Never use the XML as parsed by the XHR instance. Use raw text instead and let...
jaubourg
2013-01-21
1
-8
/
+1
*
Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065.
Oleg
2012-12-10
1
-1
/
+1
*
No ticket: compress ajax. Close gh-1041.
Richard Gibson
2012-11-25
3
-46
/
+38
[next]