index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
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
*
Docs:Tests: Remove obsolete code from tests, update support comments
Michał Gołębiowski
2016-03-08
2
-4
/
+5
*
Core: Deprecate jQuery.parseJSON
Michał Gołębiowski
2016-03-02
1
-9
/
+0
*
Ajax: Don't throw exceptions on binary data response
Dave Methvin
2015-11-04
1
-6
/
+7
*
Ajax: trigger error callback on native abort
Timmy Willison
2015-11-03
1
-8
/
+41
*
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
*
Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support
Michał Gołębiowski
2015-09-14
1
-5
/
+1
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
9
-50
/
+59
*
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: remove "onunload" event handler
Oleg Gaidarenko
2015-05-03
1
-18
/
+3
*
Core: Align branches: remove an unused variable, add comments
Michał Gołębiowski
2015-04-27
1
-0
/
+2
*
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
-1
/
+0
*
Core: Standardize indexOf comparisons
Richard Gibson
2015-01-10
2
-2
/
+3
*
Build: Don't assume the browser environment; smoke test on Node w/ jsdom
Michał Gołębiowski
2014-12-26
4
-3
/
+7
*
Ajax: simplify jQuery.parseXML method
Shivaji Varma
2014-12-25
1
-3
/
+2
*
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
3
-4
/
+13
*
Ajax: .load() should trim its selector
Dave Methvin
2014-03-04
1
-1
/
+1
*
Ajax: Protect against exceptions thrown synchronously by xhr.send
jaubourg
2014-01-29
1
-4
/
+9
*
Revert "Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434."
Dave Methvin
2013-12-15
1
-8
/
+0
*
Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434.
Dave Methvin
2013-11-14
1
-0
/
+8
*
ajax: Fix #14207. file protocol returns status 0, see #8605.
Dave Methvin
2013-11-13
1
-2
/
+2
*
Fix #14492: More correct jQuery.parseJSON. Close gh-1419.
Richard Gibson
2013-11-12
1
-1
/
+5
*
No ticket: Update support comment to match convention
Richard Gibson
2013-11-04
1
-2
/
+2
*
No ticket: Small ajax/xhr size optimizations
Richard Gibson
2013-10-28
1
-6
/
+19
*
Fix #14379: AJAX requests on unload
Richard Gibson
2013-10-28
1
-4
/
+2
*
No ticket: fix code style inconsistencies. Closes gh-1361
Oleg
2013-09-13
2
-2
/
+2
*
All non-var modules should not indent in their AMD wrappers (just for prettie...
Timmy Willison
2013-09-09
2
-21
/
+24
*
Move parsing methods to their own files (separates manipulation dependency fr...
Timmy Willison
2013-09-08
3
-0
/
+35
*
No ticket. Restore checking individual src/**/*.js files by jsHint.
Michał Gołębiowski
2013-09-06
2
-3
/
+3
*
Fix #10814. 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
*
Removes unnecessary call to `.off()` as noted by @dcherman.
jaubourg
2013-01-21
1
-1
/
+1
*
Further script transport cleanup, close gh-1123.
jaubourg
2013-01-20
1
-19
/
+16
*
Reduced script transport
jaubourg
2013-01-20
1
-47
/
+21
*
Adds the abort on unload trick back in since IE9 still exhibits the bug
jaubourg
2013-01-07
1
-4
/
+19
*
Fixes comments per @rwldrn. Makes sure failing requests from local protocol y...
jaubourg
2013-01-07
1
-6
/
+10
*
2.0: reduced xhr transport
jaubourg
2013-01-07
1
-210
/
+84
*
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
*
Set async to true instead of async (prop vs. attr). Closes gh-1039
Timo Tijhof
2012-11-21
1
-1
/
+1
*
Alternate fix for #11426; check responseText. Close gh-843.
Oleg Gaidarenko
2012-10-20
1
-2
/
+1
*
Latest JSHint gets cranky with the _ vars in catch() {}
Rick Waldron
2012-10-15
1
-2
/
+2
[next]