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
...
*
Script dataType now supports ecmascript mimetypes.
jaubourg
2011-01-31
1
-2
/
+2
*
Makes sure jsonp callback is not left in the global namespace in case of an e...
jaubourg
2011-01-31
1
-22
/
+15
*
Fixes #8082. Text to script converter now returns text. Unit test added.
jaubourg
2011-01-29
1
-1
/
+4
*
Fixes potential collisions between jsonp requests from different jQuery insta...
jaubourg
2011-01-29
1
-1
/
+1
*
Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer s...
jaubourg
2011-01-26
1
-1
/
+1
*
Reworks how values of parameters passed to error callbacks are determined. Fi...
jaubourg
2011-01-25
1
-6
/
+3
*
More code style fixes.
jaubourg
2011-01-23
2
-4
/
+3
*
Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js,
jaubourg
2011-01-23
3
-78
/
+65
*
Moves determineResponse logic into main ajax callback. Puts responseXXX field...
jaubourg
2011-01-20
1
-8
/
+7
*
Removes misleading comment.
jaubourg
2011-01-20
1
-1
/
+0
*
Renames determineDataType as determineResponse. Makes it more generic as a fi...
jaubourg
2011-01-20
1
-11
/
+12
*
Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo...
jaubourg
2011-01-20
2
-3
/
+6
*
Moves determineDataType into ajaxSettings so that it is accessible to transpo...
jaubourg
2011-01-19
1
-3
/
+2
*
Moved ajaxSettings.xhr definition together with support.ajax and support.cors...
jaubourg
2011-01-19
1
-129
/
+173
*
Setting the jsonp option to false now inhibits any url manipulation regarding...
jaubourg
2011-01-16
1
-11
/
+23
*
The script prefilter now forces cross-domain requests type to GET.
jaubourg
2011-01-16
1
-0
/
+1
*
Fixes #2994. Not finding a transport now fires the error callbacks and doesn'...
jaubourg
2011-01-16
2
-46
/
+41
*
Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter...
jaubourg
2011-01-13
3
-6
/
+4
*
Removed xhr pooling since failing cross-domain requests leaves the xhr object...
jaubourg
2011-01-13
1
-18
/
+9
*
Reworked script and xhr abort logic to take advantage of the fact jXHR.abort ...
jaubourg
2011-01-13
2
-42
/
+36
*
Script transport now uses ajaxSetup to define script dataType.
jaubourg
2011-01-12
1
-3
/
+3
*
Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n...
jaubourg
2011-01-12
1
-3
/
+3
*
Moved unload abort code so that the event is only bound if the xhr transport ...
jaubourg
2011-01-09
1
-16
/
+21
*
Fixes #5812. =? will be detected even when it has been escaped during data se...
jaubourg
2011-01-09
1
-1
/
+1
*
Fixes #5803. Reworked jsonp prefilter so that it sets the dataType as jsonp a...
jaubourg
2011-01-09
1
-53
/
+52
*
Fixes #7868. ResponseText is now properly propagated for error callbacks.
jaubourg
2011-01-09
1
-9
/
+7
*
Added a simple cache for xhr objects in the xhr transport.
jaubourg
2011-01-09
1
-1
/
+8
*
Renamed src/transports to src/ajax (in case we need prefilters in the future ...
jaubourg
2011-01-06
3
-0
/
+358
*
Reorganzing the jQuery source (first phase).
John Resig
2007-09-08
2
-1103
/
+0
*
Forgot to update the $.param() tests.
John Resig
2007-09-05
1
-5
/
+5
*
Re-disabled the Ajax tests in Safari.
John Resig
2007-09-05
1
-2
/
+2
*
Integration of Mike Alsup's excellent form serialization code. The benefits a...
John Resig
2007-09-05
2
-10
/
+46
*
Removed all deprecated functionality for jQuery 1.2. A full list of what was ...
John Resig
2007-09-04
2
-44
/
+15
*
Removed all inline documentation. The current version of all documentation is...
John Resig
2007-09-04
1
-451
/
+0
*
Re-disabled the ajax tests in Safari 3.
John Resig
2007-09-03
1
-2
/
+2
*
Added support for:
John Resig
2007-09-03
2
-159
/
+408
*
Added a test case for "purple include", fixed a bug.
John Resig
2007-08-25
2
-2
/
+13
*
New feature: You can now inject portions of a document via .load(), as oppose...
John Resig
2007-08-25
1
-1
/
+17
*
Marked all the appropriate methods as being deprecated for the 1.1.4 release ...
John Resig
2007-08-24
1
-0
/
+3
*
Brought back a husk method to represent evalScripts. I didn't realize so many...
John Resig
2007-08-24
1
-1
/
+6
*
Tweaked the Ajax test suite for Safari.
John Resig
2007-08-22
1
-5
/
+10
*
Two quick fixes in relation to #1028. ajaxSetup shouldn't be deep and the boo...
John Resig
2007-08-21
1
-1
/
+1
*
Make deep .extend() an optional argument - it will go deep if you pass in an ...
John Resig
2007-08-21
1
-2
/
+2
*
Complete overhaul of the Ajax test suite, it's now passing in all browsers. I...
John Resig
2007-08-19
2
-178
/
+234
*
We were catching exceptions within the success callback of an Ajax request, t...
John Resig
2007-08-19
1
-30
/
+31
*
Brought back jQuery.globalEval(), fixing bug #1425.
John Resig
2007-07-31
1
-1
/
+1
*
nevermind, I'm dumb. =P
Sean Catchpole
2007-07-26
1
-1
/
+1
*
Fixed ajax array arguments in $.param
Sean Catchpole
2007-07-26
1
-1
/
+1
*
missing semi-colon
Brandon Aaron
2007-07-21
1
-1
/
+1
*
Added support for parsererror errors from Ajax requests (bug #1145).
John Resig
2007-07-21
1
-3
/
+6
[prev]
[next]