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.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ajax: Support binary data (including FormData)
Michał Gołębiowski-Owczarek
2023-02-01
1
-3
/
+3
*
Ajax: Support `null` as success functions in `jQuery.get`
Michał Gołębiowski-Owczarek
2022-10-17
1
-2
/
+3
*
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
Michał Gołębiowski-Owczarek
2022-01-04
1
-6
/
+6
*
Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)
Michał Gołębiowski-Owczarek
2020-09-22
1
-1
/
+1
*
Ajax: Execute JSONP error script responses
Dallas Fraser
2020-08-25
1
-2
/
+4
*
Build: Followups after introducing ES modules compiled via Rollup
Michał Gołębiowski-Owczarek
2020-05-05
1
-1
/
+1
*
Build: Correct code indentations based on jQuery Style Guide
Wonseop Kim
2020-05-05
1
-3
/
+4
*
Ajax: Overwrite s.contentType with content-type header value, if any
Christian Wenz
2020-04-06
1
-0
/
+9
*
Build:Tests: Fix custom build tests, verify on Travis
Michał Gołębiowski-Owczarek
2020-01-07
1
-1
/
+1
*
Build: Fix the import path to serialize.js from ajax.js
Michał Gołębiowski-Owczarek
2019-11-19
1
-1
/
+1
*
Core: Migrate from AMD to ES modules 🎉
Michał Gołębiowski-Owczarek
2019-11-18
1
-19
/
+15
*
Ajax: Do not execute scripts for unsuccessful HTTP responses
Sean Robinson
2019-09-26
1
-0
/
+5
*
Build: ESLint: forbid unused function parameters
Michał Gołębiowski-Owczarek
2019-05-13
1
-1
/
+1
*
Core: Remove IE-specific support tests, rely on document.documentMode
Michał Gołębiowski-Owczarek
2019-05-13
1
-0
/
+6
*
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
Michał Gołębiowski-Owczarek
2019-04-29
1
-6
/
+5
*
Ajax: Fix getResponseHeader(key) for IE11
Andrei Fangli
2018-11-26
1
-3
/
+5
*
Ajax: Don't process non-string data property on no-entity-body requests
Dave Methvin
2018-01-15
1
-2
/
+2
*
Core: deprecate jQuery.isFunction
Jason Bedard
2018-01-15
1
-3
/
+4
*
Docs:Tests: Update IE/Edge-related support comments & tests
Michał Gołębiowski
2017-05-15
1
-1
/
+1
*
Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse
Timmy Willison
2016-09-15
1
-4
/
+4
*
Ajax: Don't mangle the URL when removing the anti-cache param
Dave Methvin
2016-08-08
1
-3
/
+3
*
Build: ESLint details
Oleg Gaidarenko
2016-06-11
1
-0
/
+1
*
Ajax: Remove unnecessary use of jQuery.trim
Ralin Chimev
2016-04-29
1
-1
/
+1
*
Build: Put all AMD modules in "src/" in strict mode
Michał Gołębiowski
2016-04-25
1
-0
/
+2
*
Docs: Update support comments related to IE
Michał Gołębiowski
2016-03-30
1
-3
/
+4
*
Core: Deprecate jQuery.parseJSON
Michał Gołębiowski
2016-03-02
1
-2
/
+1
*
Ajax: add serialize to AMD dependencies
Timmy Willison
2016-01-19
1
-1
/
+2
*
Ajax: Preserve URL hash on requests
Dave Methvin
2015-11-30
1
-12
/
+16
*
Ajax: Golf away 21 bytes
Richard Gibson
2015-11-19
1
-30
/
+28
*
Event: Separate trigger/simulate into its own module
Dave Methvin
2015-11-06
1
-0
/
+2
*
Ajax: Only form-encode requests with a body
Dave Methvin
2015-11-02
1
-0
/
+6
*
Ajax: improve content-type detection
Oleg Gaidarenko
2015-10-12
1
-3
/
+3
*
Ajax: Mitigate possible XSS vulnerability
Oleg Gaidarenko
2015-10-12
1
-1
/
+1
*
Ajax: do not quote "throws" option - use dot notation instead
Oleg Gaidarenko
2015-09-07
1
-1
/
+1
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-26
/
+58
*
Core: Switch from modules to just window.setTimeout etc.
Michał Gołębiowski
2015-06-17
1
-6
/
+3
*
Core: Use window.setTimeout & friends instead of global equivalents
Michał Gołębiowski
2015-06-17
1
-1
/
+4
*
Ajax: remove deprecated extensions from ajax promise
Oleg Gaidarenko
2015-02-17
1
-6
/
+4
*
Ajax: $.post and $.get can now take an options object
George Mauer
2015-01-11
1
-2
/
+3
*
Build: Don't assume the browser environment; smoke test on Node w/ jsdom
Michał Gołębiowski
2014-12-26
1
-1
/
+3
*
Ajax: use anchor tag for parsing urls
Ben Toews
2014-12-11
1
-19
/
+26
*
Ajax: Fix for request aborted in ajaxSend
Dan Hart
2014-11-01
1
-0
/
+6
*
Build: update grunt-jscs-checker and pass with the new rules
Timmy Willison
2014-07-17
1
-7
/
+16
*
Ajax: Remove workaround for IE6/7
Chris Antaki
2014-07-13
1
-19
/
+6
*
Support: clean up comments and Support notation
Dave Methvin
2014-06-10
1
-6
/
+5
*
Ajax: Support usage without jQuery.event
TJ VanToll
2014-06-02
1
-1
/
+2
*
Ajax: move ajax event aliases to their own file
Timmy Willison
2014-06-02
1
-7
/
+0
*
Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340.
njhamann
2013-11-13
1
-1
/
+1
*
No ticket: fix code style inconsistencies. Closes gh-1361
Oleg
2013-09-13
1
-5
/
+5
*
Separate jQuery.fn.init into its own module (for lighter core dependencies ac...
Timmy Willison
2013-09-09
1
-0
/
+1
[next]