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
/
src
/
ajax.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure that the script is removed only if it's actually in the page still....
John Resig
2009-07-22
1
-1
/
+3
*
Moved the RegExp in ajax.js out from inline, goes towards ticket #4111.
John Resig
2009-07-19
1
-12
/
+20
*
Made a number of syntax tweaks to ajax.js.
John Resig
2009-07-19
1
-71
/
+122
*
Did some cleaning up of ajax.js and fixed a bug from commit [6457].
John Resig
2009-07-19
1
-5
/
+10
*
Fixed a typo with commit [6457].
John Resig
2009-07-19
1
-1
/
+1
*
Standardize on using .nodeName in place of .tagName. Fixes jQuery bug #4923.
John Resig
2009-07-19
1
-1
/
+1
*
Standardizing on .test() and .exec() - moving away from using .match() for Re...
John Resig
2009-07-19
1
-6
/
+6
*
Fixed the handling of .status == 304 in Opera (it always returns 0). Also sil...
John Resig
2009-07-14
1
-2
/
+4
*
Adding support for etags in $.ajax() - and simplified the if-modified-since i...
John Resig
2009-06-15
1
-20
/
+18
*
Switched to using new Function instead of eval for handling JSON parsing (Fix...
John Resig
2009-05-20
1
-6
/
+14
*
fix for #4183
Brandon Aaron
2009-05-16
1
-4
/
+1
*
fix for #4378, base tag causes javascript error in IE when loading cross-doma...
Brandon Aaron
2009-03-27
1
-1
/
+3
*
remove trailing spaces
Brandon Aaron
2009-03-23
1
-3
/
+3
*
Made it so that search input elements are now serialized. Fixes bug #4107.
John Resig
2009-02-18
1
-1
/
+1
*
Stopped a memory leak on getScript calls. Fixes #3962.
John Resig
2009-02-07
1
-0
/
+3
*
Landed a fix for timeouts not being aborted properly. Fixes jQuery bug #3874.
John Resig
2009-01-21
1
-8
/
+5
*
jquery ajax: File size optimization for compressed code.
Ariel Flesler
2009-01-04
1
-1
/
+3
*
Moved from the old JSMin to using YUIMin for compressing the jQuery source. A...
John Resig
2009-01-04
1
-1
/
+1
*
Added the new jQuery.support object and removed all uses of jQuery.browser fr...
John Resig
2008-12-21
1
-4
/
+2
*
The code for handling Ajax timeouts was broken (the abort was being called to...
John Resig
2008-11-18
1
-3
/
+4
*
Standardized the type checks across core. isFunction and isArray now use Obje...
John Resig
2008-11-17
1
-6
/
+6
*
Landing fixes for tickets #2935 and #2688 (Aborting ajax doesn't stop the set...
John Resig
2008-11-14
1
-4
/
+15
*
jquery core: closes #3541. Added isArray.
Ariel Flesler
2008-10-29
1
-3
/
+3
*
jquery ajax: closes #3249. Slight modification on serializeArray, shorter and...
Ariel Flesler
2008-08-13
1
-2
/
+1
*
jquery ajax: misc optimization for $.fn.load().
Ariel Flesler
2008-08-11
1
-3
/
+2
*
jquery ajax: closes #3231. The ajax setting 'dataFilter' can also parse the r...
Ariel Flesler
2008-08-07
1
-6
/
+10
*
jquery ajax: extends #3087. The xhr factory is now an ajax setting called 'xh...
Ariel Flesler
2008-08-07
1
-8
/
+7
*
jquery ajax: closes #3087, #2167, #2128. The ajax transport creation process ...
Ariel Flesler
2008-08-04
1
-3
/
+10
*
jquery ajax: added a comment explaining the last commit.
Ariel Flesler
2008-06-17
1
-0
/
+1
*
jquery ajax: closes #3052. Additional check on httpData() to keep compatibili...
Ariel Flesler
2008-06-17
1
-1
/
+1
*
jquery ajax: Fixes #3045. The protocol wasn't being checked to see if a scrip...
Ariel Flesler
2008-06-17
1
-3
/
+4
*
jquery ajax: passing the settings object to httpData instead of just the data...
Ariel Flesler
2008-06-05
1
-4
/
+4
*
jquery ajax: small (misc) improvement to $.param.
Ariel Flesler
2008-05-28
1
-4
/
+8
*
jquery ajax: Closes #1516. load() can get a string of data (not only a hash) ...
Ariel Flesler
2008-05-27
1
-1
/
+1
*
jquery ajax: changing a set of &&/|| for ?/:.
Ariel Flesler
2008-05-25
1
-3
/
+3
*
jquery ajax: Closes #2567, additional setting for $.ajax called 'dataFilter'....
Ariel Flesler
2008-05-16
1
-2
/
+6
*
jqueryjquery ajax: closes #1289. Renamed 'xml' and 'r' to 'xhr'.
Ariel Flesler
2008-05-15
1
-39
/
+39
*
jquery ajax: caching repetive conversions/checks for settings.type in $.ajax.
Ariel Flesler
2008-05-15
1
-8
/
+9
*
jquery ajax: fixed #2865 and #2570. Not passing username to xml.open if it's ...
Ariel Flesler
2008-05-15
1
-1
/
+5
*
jquery ajax: closes #2842.
Ariel Flesler
2008-05-14
1
-0
/
+1
*
jquery ajax: renaming jQuery.ajax.re to remote.
Ariel Flesler
2008-05-13
1
-4
/
+4
*
jquery ajax: absolute urls were assumed to be cross domain. Closes #2816.
Ariel Flesler
2008-05-13
1
-1
/
+5
*
jquery: removing unnecessary trailing and leading spaces & tabs.
Ariel Flesler
2008-05-13
1
-17
/
+17
*
jquery event: fixed $.fn.load, closes #2819.
Ariel Flesler
2008-05-08
1
-2
/
+5
*
jquery ajax: support for dynamic data arguments, see #2806; added test/data/e...
Jörn Zaefferer
2008-05-06
1
-1
/
+1
*
mainly made the code shorter:
Ariel Flesler
2008-04-29
1
-5
/
+5
*
jquery.ajax: fix for beforeSend-cancelling-sideeffects
Jörn Zaefferer
2008-04-22
1
-1
/
+6
*
jquery.ajax: improvement for #2688, added test
Jörn Zaefferer
2008-04-22
1
-5
/
+2
*
Closes #2688
Yehuda Katz
2008-04-14
1
-1
/
+4
*
Fixed #2174 by removing the s.dataType == "json" check for possible cross dom...
David Serduke
2008-01-17
1
-1
/
+1
[next]