index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
mgol-patch-1
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
The isTimeout fix from #970 was causing unintended status bugs (fixed). This ...
John Resig
2007-07-20
1
-9
/
+14
*
Made the error message equal to "timeout", if the request timed out. (Bug #970)
John Resig
2007-07-20
1
-3
/
+3
*
Got some XHR tests to run, still some hanging threads (need to investigate). ...
John Resig
2007-07-09
1
-31
/
+31
*
Fixed an issue with JSON data in packed scripts. (Bug #1298)
John Resig
2007-06-16
1
-1
/
+1
*
Minor cleanup
Jörn Zaefferer
2007-04-25
1
-3
/
+0
*
Fix for #1132
Jörn Zaefferer
2007-04-18
1
-4
/
+0
*
Remove XMLHttpRequest shadowing, instead decide at runtime whether to create ...
Jörn Zaefferer
2007-04-03
1
-8
/
+3
*
Added test for #970
Jörn Zaefferer
2007-03-25
1
-0
/
+13
*
Fixed docs for ajax timouet to mention that its in milliseconds
Jörn Zaefferer
2007-03-25
1
-3
/
+3
*
Fix for #953, use always GET for $.get
Jörn Zaefferer
2007-03-17
1
-0
/
+1
*
Backported wiki changes from http://docs.jquery.com/API/1.1.1/Ajax
Jörn Zaefferer
2007-02-27
1
-14
/
+24
*
Fix for #991
Jörn Zaefferer
2007-02-22
1
-8
/
+14
*
Rolling back fix for #914 due to firefox double evaling scripts
Brandon Aaron
2007-02-17
1
-1
/
+1
*
Fix for #914.
Brandon Aaron
2007-02-07
1
-1
/
+1
*
Fix for #884
Jörn Zaefferer
2007-01-31
1
-1
/
+4
*
Fixed doing $.post() without any params.
John Resig
2007-01-22
1
-0
/
+5
*
Added a fix for an undefined param being passed to a load.
John Resig
2007-01-20
1
-1
/
+1
*
Simplified check for XMLHttpRequest (saving a few bytes) and fixed load()-test
Jörn Zaefferer
2007-01-17
2
-3
/
+3
*
Fix bug #814.
Mike Alsup
2007-01-16
1
-1
/
+1
*
Fixed two FF JS warnings
Jörn Zaefferer
2007-01-14
2
-2
/
+3
*
Converted a lot of for loops to use jQuery.each() instead.
John Resig
2007-01-14
1
-4
/
+6
*
Added back in the .load() fix.
John Resig
2007-01-14
1
-1
/
+1
*
Merged in some wiki fixes into the main docs.
John Resig
2007-01-14
1
-3
/
+3
*
Added in jQuery.isFunction().
John Resig
2007-01-14
1
-3
/
+3
*
Touched up the code a little bit, saving some bytes.
John Resig
2007-01-14
1
-3
/
+3
*
Added a fix for <script>s getting executed twice when .load()ed.
John Resig
2007-01-10
1
-1
/
+1
*
Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped t...
John Resig
2007-01-08
1
-0
/
+4
*
Updated param method to encode name as well as value (per spec: http://www.w...
Mike Alsup
2007-01-07
2
-6
/
+6
*
Improved the categories of a bunch of docs, upped the version to 1.1.
John Resig
2007-01-07
1
-18
/
+18
*
Cleaned up some spacing and braces.
John Resig
2007-01-06
1
-39
/
+36
*
Converted instances of new function(){ ... } to use jQuery.each(...) instead....
John Resig
2007-01-06
1
-10
/
+4
*
Changed "Hash" to "Map" in docs
Jörn Zaefferer
2007-01-04
1
-8
/
+11
*
added evalScripts test
Mike Alsup
2007-01-02
1
-0
/
+14
*
Added note for IE's behaviour of stripping script tags when there are no chra...
Jörn Zaefferer
2007-01-01
1
-0
/
+1
*
Modified tests to show #746
Jörn Zaefferer
2006-12-31
1
-1
/
+12
*
Improved Mikes hack to ease testing against IE cache
Jörn Zaefferer
2006-12-31
1
-30
/
+34
*
add time to test.html request url using new Date().getTime()
Mike Alsup
2006-12-31
1
-2
/
+2
*
Fix for #534
Jörn Zaefferer
2006-12-29
2
-1
/
+6
*
Documentation for $.ajaxSetup
Jörn Zaefferer
2006-12-22
1
-5
/
+23
*
Implemented global ajax settings - no documentation yet
Jörn Zaefferer
2006-12-22
2
-24
/
+36
*
Fixed typo
Jörn Zaefferer
2006-12-21
1
-1
/
+1
*
A few corrections to the testsuite to imrove the failure testing
Jörn Zaefferer
2006-12-21
2
-13
/
+21
*
Added note to load() to avoid using it to load scripts (#456)
Jörn Zaefferer
2006-12-21
1
-0
/
+2
*
Implemented a better error handling for ajax requests. Exceptions caused by d...
Jörn Zaefferer
2006-12-21
2
-52
/
+58
*
Added test for sync requests with callbacks (#534)
Jörn Zaefferer
2006-12-21
1
-0
/
+6
*
Fixed wheather-whether typo - Thanks Erik
Jörn Zaefferer
2006-12-20
1
-1
/
+1
*
Fixed synchrnous requests, improved AJAX inline documentation
Jörn Zaefferer
2006-12-15
2
-91
/
+126
*
Fixed docs for $.ajax' processData option
Jörn Zaefferer
2006-12-13
1
-4
/
+4
*
Fixed #471
Jörn Zaefferer
2006-12-11
2
-22
/
+58
*
Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with for...
Jörn Zaefferer
2006-12-05
2
-7
/
+7
[prev]
[next]