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.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure regular settings object is set as context for all Ajax requests, if...
John Resig
2010-01-16
1
-1
/
+1
*
Make sure that null params aren't traversed. Fixes #5794.
jeresig
2010-01-13
1
-1
/
+1
*
Send data if a DELETE Ajax request is done. Fixes #5752.
jeresig
2010-01-13
1
-1
/
+1
*
Make sure that the xhr object still exists after the abort is called.
jeresig
2010-01-12
1
-1
/
+3
*
Make sure oldAbort is only called if the xhr object still exists.
jeresig
2010-01-12
1
-2
/
+1
*
Simplified some of the logic for handling the ajax aborts, making sure that a...
jeresig
2010-01-12
1
-12
/
+9
*
ajaxStop was getting called too many times, separated some of the logic into ...
jeresig
2010-01-12
1
-4
/
+7
*
Make sure that Opera fires events after an aborted Ajax attempt. Fixes #5787.
jeresig
2010-01-12
1
-1
/
+19
*
Make sure we do the malformed JSON check for all both JSON.parse and new Func...
jeresig
2010-01-11
1
-6
/
+9
*
Make sure the exception has some level of parity with the error from json2.js.
jeresig
2010-01-07
1
-1
/
+1
*
Make sure that a parsererror is thrown whenever malformed JSON comes back fro...
jeresig
2010-01-07
1
-6
/
+12
*
Back out the try/catch logic from around JSON.parse. We should always try to ...
jeresig
2010-01-07
1
-3
/
+3
*
There's enough logic going on in jQuery.ajaxSettings.xhr to warrant splitting...
jeresig
2010-01-07
1
-6
/
+5
*
Added in support for content-type sniffing for scripts. Fixes #5718.
jeresig
2010-01-06
1
-6
/
+4
*
Detect JSON Ajax requests by the response content-type (like is done with XML...
Rick Waldron
2010-01-05
1
-1
/
+2
*
Try to use the native JSON parser in all cases and fallback to the old techni...
jeresig
2010-01-05
1
-2
/
+4
*
Make sure that the ActiveX exception is caught if it's unable to be loaded. F...
jeresig
2010-01-05
1
-3
/
+12
*
Try to use XMLHttpRequest in more cases in IE 7. Thanks to Matt Kruse and Sam...
jeresig
2010-01-05
1
-4
/
+5
*
Rather than declaring empty anonymous functions all around, introduce and use...
jeresig
2009-12-31
1
-2
/
+2
*
Experiment switching to using onreadystatechange rather than a setInterval fo...
jeresig
2009-12-30
1
-29
/
+16
*
Moved jQuery.param "traditional" flag into jQuery.ajaxSettings, can now be ov...
Ben Alman
2009-12-23
1
-9
/
+12
*
Standardize on using double-quotes for string literals.
jeresig
2009-12-21
1
-1
/
+1
*
Made a number of spacing changes to bring the code more-inline with the jQuer...
jeresig
2009-12-21
1
-23
/
+27
*
Ignore case of script tags to make sure they're removed. Fixes #5668. Thanks ...
Dave Methvin
2009-12-18
1
-1
/
+1
*
Add new html5 input types to list of serializable types. Older browers handle...
Dave Methvin
2009-12-18
1
-1
/
+1
*
Default callbackContext to the $.extended ajax options for 1.3.2 compatibilit...
Dave Methvin
2009-12-18
1
-1
/
+1
*
Reorganized param code slightly to once again define buildParams as a named f...
Ben Alman
2009-12-18
1
-35
/
+34
*
Further modified jQuery 1.4 .param() method to serialize arrays containing no...
Ben Alman
2009-12-18
1
-30
/
+39
*
Make sure that an actual timeout is triggered (and not accidentally triggered...
John Resig
2009-12-09
1
-1
/
+1
*
Added in support for $.ajax jsonpCallback (allowing you to specify the name o...
John Resig
2009-12-06
1
-2
/
+2
*
Adding in an extra check, per the comments in 25b0ba9f9612583033b902a0e403454...
jeresig
2009-12-05
1
-1
/
+1
*
Allow the user to explicitly set a content-type header even when there's no d...
John Resig
2009-12-04
1
-5
/
+3
*
added curly braces around all if/else statements
Karl Swedberg
2009-11-28
1
-10
/
+10
*
Disable the X-Requested-With header to avoid preflighting remote POST request...
John Resig
2009-11-25
1
-5
/
+7
*
Fixed spacing on the modified Ajax code.
John Resig
2009-11-25
1
-8
/
+8
*
Added a check to make sure that a load request isn't done if the element does...
John Resig
2009-11-11
1
-0
/
+4
*
Pass in the XHR object as the third argument to the success callback (which h...
John Resig
2009-11-11
1
-1
/
+1
*
jQuery.ajax modified the passed-in object only to help test the code - this s...
John Resig
2009-11-07
1
-1
/
+1
*
The complete event wasn't getting called on local file 404s. Thanks to 'mrspe...
John Resig
2009-11-07
1
-0
/
+2
*
Consistant splits using " " instead of ","
visionmedia
2009-10-27
1
-1
/
+1
*
Getting $.param working well; Patch by ben_alman
Yehuda Katz
2009-09-17
1
-24
/
+37
*
jquery ajax: addition for #2452. Wasn't working correctly in some cases.
Ariel Flesler
2009-09-15
1
-2
/
+2
*
jquery ajax: closes #2452. get() and post() weren't shifting all arguments co...
Ariel Flesler
2009-09-15
1
-1
/
+4
*
jquery ajax: closes #4994. Adding 'context' setting to $.ajax
Ariel Flesler
2009-09-15
1
-14
/
+18
*
fix for #5017
Brandon Aaron
2009-09-14
1
-1
/
+1
*
jquery ajax: Misc rename
Ariel Flesler
2009-09-14
1
-3
/
+3
*
Adds nested param serialization; Closes #4201 (by merbjedi)
Yehuda Katz
2009-09-02
1
-11
/
+16
*
If the XHR object no longer exists assume that the request was aborted.
John Resig
2009-08-26
1
-1
/
+1
*
Make sure payload is sent for PUT requests. (Thanks alx). Fixes #4971.
John Resig
2009-07-27
1
-1
/
+1
*
Make sure that the script is removed only if it's actually in the page still....
John Resig
2009-07-22
1
-1
/
+3
[next]