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
/
test
/
unit
/
ajax.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Ajax: Fix for request aborted in ajaxSend
Dan Hart
2014-11-01
1
-0
/
+17
*
Build: Move test to appropriate module
Oleg Gaidarenko
2014-06-16
1
-0
/
+4
*
Ajax: Always use script injection in globalEval
Oleg Gaidarenko
2014-06-16
1
-9
/
+1
*
Ajax: Support usage without jQuery.event
TJ VanToll
2014-06-02
1
-0
/
+16
*
Ajax, Manipulation: don't test cross-document manip in Android 2.3
Michał Gołębiowski
2014-05-05
1
-0
/
+6
*
Tests: Fix failing ajax tests in oldIE
Oleg Gaidarenko
2014-04-15
1
-9
/
+13
*
Tests: Improve jsonp tests
Oleg Gaidarenko
2014-04-15
1
-2
/
+2
*
Ajax, Effects: Disable Chrome 31 workarounds
Michał Gołębiowski
2014-03-10
1
-11
/
+4
*
Ajax: .load() should trim its selector
Dave Methvin
2014-03-04
1
-0
/
+8
*
Ajax: Protect against exceptions thrown synchronously by xhr.send
jaubourg
2014-01-29
1
-0
/
+30
*
Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31
Michał Gołębiowski
2013-12-18
1
-4
/
+11
*
Ref #14503: Cherry-pick tests.
hongymagic
2013-11-15
1
-5
/
+15
*
Fix #14379: AJAX requests on unload
Richard Gibson
2013-10-28
1
-0
/
+5
*
Small adjustment to prefilter test. Follow the right path for prefixes.
Timmy Willison
2013-09-12
1
-1
/
+2
*
Adjust prefilter test to error on string indexing in oldIE
Timmy Willison
2013-09-12
1
-1
/
+2
*
Handles HEAD requests as if they always were 204. Fixes #13922.
Julian Aubourg
2013-05-23
1
-0
/
+23
*
Update jshintrc to conform to new style guide. Conform to onevar and unused i...
Timmy Willison
2013-04-09
1
-18
/
+19
*
Move size() test to deprecated.js and avoid in other tests. Close gh-1237.
Michał Gołębiowski
2013-04-08
1
-2
/
+1
*
Improve CSS and `Support:` comments. Close gh-1220.
Michał Gołębiowski
2013-04-06
1
-1
/
+0
*
bind/unbind changed to on/off in unit tests; refs #13554
Michał Gołębiowski
2013-03-25
1
-3
/
+3
*
Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.
Michał Z. Gołębiowski
2013-03-12
1
-1
/
+1
*
Fix typos. Close gh-1186.
dmitrygusev
2013-02-28
1
-3
/
+3
*
Fixes #11151, #13388. Minor refactor of response conversion and when/where
jaubourg
2013-02-28
1
-0
/
+22
*
Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes ...
byroot
2013-01-24
1
-0
/
+20
*
Fixes #13276. Unit test is enough since the 2.x XHR transport already dismiss...
jaubourg
2013-01-21
1
-0
/
+16
*
strengthens and dries 304 unit tests
jaubourg
2013-01-08
1
-52
/
+34
*
Tweaks the logic in the 304-related unit tests so that they pass for versions...
jaubourg
2013-01-08
1
-41
/
+10
*
Adds the abort on unload trick back in since IE9 still exhibits the bug
jaubourg
2013-01-07
1
-0
/
+5
*
2.0: reduced xhr transport
jaubourg
2013-01-07
1
-18
/
+20
*
Remove invalid test "jQuery.getJSON() - Using Native JSON" from test/unit/aja...
Rick Waldron
2012-12-31
1
-31
/
+12
*
Revert "Organizes the php scripts used for testing better, so that the whole ...
jaubourg
2012-12-05
1
-694
/
+771
*
Revert "228ab3d followup 1: fix test failures. Close gh-1056."
jaubourg
2012-12-05
1
-82
/
+85
*
228ab3d followup 1: fix test failures. Close gh-1056.
Richard Gibson
2012-12-05
1
-85
/
+82
*
Organizes the php scripts used for testing better, so that the whole logic of...
jaubourg
2012-12-04
1
-771
/
+694
*
No ticket: improve global variable/ajax request tracking
Richard Gibson
2012-12-02
1
-7
/
+26
*
Don't really want to expect any global events here.
Dave Methvin
2012-12-02
1
-1
/
+1
*
Followup to #12989 fix, improve unit test resiliency.
Dave Methvin
2012-12-02
1
-27
/
+16
*
Fix #12989. Remove ajax "global" event behavior.
Dave Methvin
2012-12-01
1
-116
/
+32
*
Unit test for #12004
jaubourg
2012-11-29
1
-0
/
+34
*
Use strictEqual rather than equal
jaubourg
2012-11-27
1
-2
/
+2
*
Removes unnecessary closure and apply
jaubourg
2012-11-26
1
-3
/
+1
[prev]
[next]