index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
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
*
Ajax: Drop the json to jsonp auto-promotion logic
Michał Gołębiowski-Owczarek
2020-07-27
1
-52
/
+48
*
Core: Migrate from AMD to ES modules 🎉
Michał Gołębiowski-Owczarek
2019-11-18
1
-10
/
+5
*
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
Michał Gołębiowski-Owczarek
2019-04-29
1
-4
/
+3
*
Core: deprecate jQuery.isFunction
Jason Bedard
2018-01-15
1
-3
/
+4
*
Build: Put all AMD modules in "src/" in strict mode
Michał Gołębiowski
2016-04-25
1
-0
/
+2
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-12
/
+14
*
Ajax: Remove jsonp callbacks through "jQuery#removeProp" method
Oleg Gaidarenko
2015-07-13
1
-2
/
+8
*
Core: Standardize indexOf comparisons
Richard Gibson
2015-01-10
1
-1
/
+2
*
Build: update grunt-jscs-checker and pass with the new rules
Timmy Willison
2014-07-17
1
-1
/
+3
*
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Timmy Willison
2013-08-15
1
-2
/
+11
*
No ticket: compress ajax. Close gh-1041.
Richard Gibson
2012-11-25
1
-19
/
+12
*
Strips IIFEs from modules; Always require built jQuery for tests.
Rick Waldron
2012-06-04
1
-4
/
+0
*
Prevents tests for replaceInData to take place if replaceInUrl is already true.
jaubourg
2012-04-23
1
-1
/
+1
*
remove redundant condition
Richard Gibson
2012-04-22
1
-2
/
+1
*
style adherence
Richard Gibson
2012-04-22
1
-1
/
+1
*
refactor jsonp.js for size and clarity
Richard Gibson
2012-04-22
1
-51
/
+55
*
Fixes #8205. Mitigates memory usage by recycling jsonp callback names the saf...
jaubourg
2012-04-20
1
-2
/
+12
*
Fixes #4624... 3 years later, people!
jaubourg
2012-03-07
1
-2
/
+1
*
Ensures callback placeholders are tested for and eventually replaced in data ...
jaubourg
2011-04-13
1
-16
/
+14
*
Applies exception in Style Guidelines regarding objects and functions when th...
jaubourg
2011-04-08
1
-1
/
+1
*
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