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
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
/
test
/
unit
/
ajax.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixes #7868. ResponseText is now properly propagated for error callbacks.
jaubourg
2011-01-09
1
-0
/
+17
*
Fixes #7881. Setting contentType to false will prevent the Content-Type heade...
jaubourg
2011-01-09
1
-0
/
+36
*
Added missing commas.
jaubourg
2011-01-07
1
-7
/
+7
*
Cleaning up trailing whitespace again.
Colin Snover
2011-01-05
1
-3
/
+3
*
When serializing text, encode all line breaks as CRLF pairs per the applicati...
Dave Methvin
2010-12-31
1
-4
/
+4
*
Renamed several ajaxSettings options. Removed cors test, fixed failing cors t...
jaubourg
2010-12-31
1
-48
/
+16
*
Removed re-usability from jXHR object (no more open, send & onreadystatechang...
jaubourg
2010-12-31
1
-162
/
+4
*
Changed dataConverters key format.
unknown
2010-12-31
1
-1
/
+5
*
Clean trailing whitespace from all files.
Colin Snover
2010-12-30
1
-54
/
+54
*
Simplified headers tests: removed multiline headers (support is far too serve...
jaubourg
2010-12-11
1
-25
/
+6
*
Tweaked the headers test to be apache independent and actually work.
jaubourg
2010-12-11
1
-5
/
+5
*
Changed document.location to window.location per Ben Alman advice.
jaubourg
2010-12-10
1
-1
/
+1
*
Removed non-standard (and not that useful) xhr emulation methods & reworked t...
jaubourg
2010-12-10
1
-20
/
+32
*
Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...
jaubourg
2010-12-09
1
-14
/
+524
*
Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531
John Resig
2010-12-06
1
-0
/
+10
|
\
|
*
Coerce s.url to string before calling replace, since replace is also a method...
Colin Snover
2010-11-17
1
-0
/
+10
*
|
Add unit test for fix to #7578.
Anton M
2010-11-24
1
-2
/
+13
|
/
*
Ensure that AJAX requests are actually aborted in all browsers. Fix #7422.
Colin Snover
2010-11-06
1
-1
/
+4
*
Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.
John Resig
2010-10-25
1
-15
/
+0
*
Allow DELETE requests to have a content body, and properly serialize data to ...
dmethvin
2010-10-25
1
-0
/
+26
*
Fixes #7229 and #5803
rwldrn
2010-10-24
1
-0
/
+15
*
Fix broken Ajax test after recent revert to jQuery.ajax namespace.
jeresig
2010-10-13
1
-1
/
+1
*
Disable 304/Not Modified Ajax tests in Opera due to lack of suitable workarou...
jeresig
2010-10-10
1
-5
/
+22
*
Tweak broken serialize tests from commit 879799fe955f01b85b59fd8a0096d415fc48...
John Resig
2010-09-30
1
-3
/
+3
*
Allow 304/Not Modified tests to complete in Opera.
jeresig
2010-09-27
1
-1
/
+16
*
Serialize keys with empty arrays/object values in jQuery.param(). Fixes #6481.
temp01
2010-09-24
1
-1
/
+6
*
Make sure that #... are trimmed from Ajax request URLs. Fixes #4987.
John Resig
2010-09-22
1
-0
/
+29
*
Use a different workaround for detecting when Opera finds a status 304 page. ...
John Resig
2010-09-21
1
-0
/
+12
*
Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123.
jeresig
2010-06-14
1
-0
/
+13
*
Fix for http://dev.jquery.com/ticket/6451
malsup
2010-06-15
1
-0
/
+6
*
Update other remote test URLs as well.
jeresig
2010-03-23
1
-4
/
+4
*
Strip off filename and query string for JSONP Remote test.
jeresig
2010-03-23
1
-1
/
+1
*
More changes to get jQuery in line with JSLint.
jeresig
2010-03-01
1
-23
/
+21
*
Ok, this should actually fix #6041 :)
Ben Alman
2010-02-06
1
-1
/
+1
*
Make sure that we don't try to double-encode params using the traditional sty...
jeresig
2010-02-05
1
-2
/
+4
*
Provided detailed message for JSON parse errors. Fixes #4435.
Mike Alup
2010-01-25
1
-2
/
+3
*
Make sure original context is maintained and not the deep extended one. Fixes...
John Resig
2010-01-25
1
-0
/
+21
*
Objects with length properties weren't getting serialized properly by jQuery....
John Resig
2010-01-25
1
-0
/
+13
*
Don't set the context in .load() as it stops the global ajax events from firi...
John Resig
2010-01-24
1
-0
/
+24
*
Make sure regular settings object is set as context for all Ajax requests, if...
John Resig
2010-01-16
1
-13
/
+37
*
Make sure that null params aren't traversed. Fixes #5794.
jeresig
2010-01-13
1
-2
/
+3
*
Make sure that a parsererror is thrown whenever malformed JSON comes back fro...
jeresig
2010-01-07
1
-2
/
+21
*
Add some abort() Ajax tests. Verifies that #3984 works.
jeresig
2010-01-06
1
-0
/
+24
*
Added in support for content-type sniffing for scripts. Fixes #5718.
jeresig
2010-01-06
1
-0
/
+14
*
Detect JSON Ajax requests by the response content-type (like is done with XML...
Rick Waldron
2010-01-05
1
-0
/
+19
*
Moved jQuery.param "traditional" flag into jQuery.ajaxSettings, can now be ov...
Ben Alman
2009-12-23
1
-3
/
+10
*
Add new html5 input types to list of serializable types. Older browers handle...
Dave Methvin
2009-12-18
1
-4
/
+11
*
Further modified jQuery 1.4 .param() method to serialize arrays containing no...
Ben Alman
2009-12-18
1
-2
/
+8
*
Added in support for $.ajax jsonpCallback (allowing you to specify the name o...
John Resig
2009-12-06
1
-2
/
+32
*
Just restore window.JSON in the getJSON test, don't try to delete the value.
jeresig
2009-12-03
1
-6
/
+3
[prev]
[next]