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
/
test
/
unit
/
ajax.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build:Tests: Fix custom build tests, verify on Travis
Michał Gołębiowski-Owczarek
2020-01-07
1
-8
/
+8
*
Tests: Don't test synchronous XHR on unload in Chrome
Michał Gołębiowski-Owczarek
2019-10-28
1
-8
/
+13
*
Docs: Update most URLs to HTTPS
Michał Gołębiowski-Owczarek
2019-10-21
1
-4
/
+4
*
Ajax: Do not execute scripts for unsuccessful HTTP responses
Sean Robinson
2019-09-26
1
-0
/
+115
*
Core: Remove IE-specific support tests, rely on document.documentMode
Michał Gołębiowski-Owczarek
2019-05-13
1
-12
/
+7
*
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
Michał Gołębiowski-Owczarek
2019-04-29
1
-64
/
+38
*
Tests: Make Android Browser 4.0-4.3 AJAX tests green
Michał Gołębiowski-Owczarek
2019-03-27
1
-1
/
+9
*
Build: Update test code for compatibility with QUnit 2.x (#4297)
abnud1
2019-02-18
1
-68
/
+127
*
Tests: Exclude Android 4.x from repeated header names test
Michał Gołębiowski-Owczarek
2018-12-14
1
-1
/
+11
*
Ajax: Fix getResponseHeader(key) for IE11
Andrei Fangli
2018-11-26
1
-1
/
+4
*
Tests: Allow Karma to load unminfied source
Richard Gibson
2018-09-07
1
-11
/
+30
*
squash! Set attributes all at once, src last
Dave Methvin
2018-05-14
1
-5
/
+3
*
Ajax: Allow custom attributes when script transport is used
Dave Methvin
2018-05-14
1
-0
/
+23
*
Tests: Disable native abort test in Android 4.0
Michał Gołębiowski-Owczarek
2018-02-12
1
-18
/
+20
*
Core: deprecate jQuery.type
Jason Bedard
2018-01-16
1
-1
/
+1
*
Ajax: Don't process non-string data property on no-entity-body requests
Dave Methvin
2018-01-15
1
-1
/
+32
*
Tests: only run ontimeout test if ontimeout exists
Timmy Willison
2018-01-08
1
-16
/
+20
*
Ajax: add unit test for getScript(Object)
Timmy Willison
2018-01-08
1
-0
/
+18
*
Tests: Add support for running unit tests via grunt with karma
Timo Tijhof
2017-12-18
1
-179
/
+171
*
Ajax: add an ontimeout handler to all requests
Erik Lax
2017-07-24
1
-0
/
+17
*
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
-0
/
+11
*
Ajax: Don't mangle the URL when removing the anti-cache param
Dave Methvin
2016-08-08
1
-9
/
+19
*
Build: ESLint details
Oleg Gaidarenko
2016-06-11
1
-4
/
+4
*
Ajax: Ensure ajaxSettings.traditional is still honored
Dave Methvin
2016-04-27
1
-0
/
+58
*
Tests: Refactor testIframe() to make it DRYer and more consistent
Dave Methvin
2016-04-11
1
-3
/
+3
*
Ajax: execute jQuery#load callback with correct context
Oleg Gaidarenko
2016-04-04
1
-0
/
+19
*
Docs:Tests: Remove obsolete code from tests, update support comments
Michał Gołębiowski
2016-03-08
1
-19
/
+1
*
Core: Deprecate jQuery.parseJSON
Michał Gołębiowski
2016-03-02
1
-1
/
+1
*
Docs: Fix various spelling errors
Josh Soref
2016-01-13
1
-1
/
+1
*
Ajax: Preserve URL hash on requests
Dave Methvin
2015-11-30
1
-4
/
+18
*
Ajax: Don't throw exceptions on binary data response
Dave Methvin
2015-11-04
1
-0
/
+24
*
Ajax: trigger error callback on native abort
Timmy Willison
2015-11-03
1
-1
/
+20
*
Ajax: Only form-encode requests with a body
Dave Methvin
2015-11-02
1
-0
/
+42
*
Tests: Use standard external domain name
Richard Gibson
2015-10-23
1
-1
/
+1
*
Ajax: don't expect cross-origin tests run in envs which not support it
Oleg Gaidarenko
2015-10-13
1
-31
/
+20
*
Ajax: improve content-type detection
Oleg Gaidarenko
2015-10-12
1
-1
/
+103
*
Ajax: Mitigate possible XSS vulnerability
Oleg Gaidarenko
2015-10-12
1
-0
/
+48
*
Tests: further improvements QUnit 2.0 migration
Oleg Gaidarenko
2015-09-08
1
-30
/
+44
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-467
/
+471
*
Tests: partially use new qunit interface
Oleg Gaidarenko
2015-08-16
1
-1112
/
+1250
*
Tests: don't use deprecated argument in test declaration
Oleg Gaidarenko
2015-07-30
1
-5
/
+15
*
Ajax: Account for Android 2.3 not firing window.onerror on script errors
Michał Gołębiowski
2015-07-28
1
-0
/
+9
*
Ajax: Remove jsonp callbacks through "jQuery#removeProp" method
Oleg Gaidarenko
2015-07-13
1
-11
/
+21
*
Ajax: remove deprecated extensions from ajax promise
Oleg Gaidarenko
2015-02-17
1
-6
/
+6
*
Ajax: make jQuery#load "type" field explicit
Oleg Gaidarenko
2015-02-15
1
-1
/
+12
*
Ajax: $.post and $.get can now take an options object
George Mauer
2015-01-11
1
-0
/
+20
*
Ajax: Fix cross-domain detection test for non-default port
Victor Homyakov
2015-01-06
1
-1
/
+1
*
Ajax: use anchor tag for parsing urls
Ben Toews
2014-12-11
1
-1
/
+5
*
Misc: Drop support for older browsers; update support comments
Michał Gołębiowski
2014-11-03
1
-12
/
+3
[next]