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
/
jsonp.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removes unnecessary parenthesis from regular expression.
jaubourg
2011-02-24
1
-1
/
+1
*
Fixes #8115. Renames all references to jXHR with jqXHR in the code (like was ...
jaubourg
2011-02-01
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 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
*
More code style fixes.
jaubourg
2011-01-23
1
-3
/
+2
*
Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js,
jaubourg
2011-01-23
1
-9
/
+11
*
Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo...
jaubourg
2011-01-20
1
-1
/
+2
*
Setting the jsonp option to false now inhibits any url manipulation regarding...
jaubourg
2011-01-16
1
-11
/
+23
*
Fixes #2994. Not finding a transport now fires the error callbacks and doesn'...
jaubourg
2011-01-16
1
-40
/
+31
*
Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter...
jaubourg
2011-01-13
1
-3
/
+2
*
Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n...
jaubourg
2011-01-12
1
-3
/
+3
*
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
*
Renamed src/transports to src/ajax (in case we need prefilters in the future ...
jaubourg
2011-01-06
1
-0
/
+85