aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax/jsonp.js
Commit message (Expand)AuthorAgeFilesLines
* Ajax: Drop the json to jsonp auto-promotion logicMichał Gołębiowski-Owczarek2020-07-271-52/+48
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-10/+5
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-4/+3
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-3/+4
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-12/+14
* Ajax: Remove jsonp callbacks through "jQuery#removeProp" methodOleg Gaidarenko2015-07-131-2/+8
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-101-1/+2
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-1/+3
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-2/+11
* No ticket: compress ajax. Close gh-1041.Richard Gibson2012-11-251-19/+12
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-4/+0
* Prevents tests for replaceInData to take place if replaceInUrl is already true.jaubourg2012-04-231-1/+1
* remove redundant conditionRichard Gibson2012-04-221-2/+1
* style adherenceRichard Gibson2012-04-221-1/+1
* refactor jsonp.js for size and clarityRichard Gibson2012-04-221-51/+55
* Fixes #8205. Mitigates memory usage by recycling jsonp callback names the saf...jaubourg2012-04-201-2/+12
* Fixes #4624... 3 years later, people!jaubourg2012-03-071-2/+1
* Ensures callback placeholders are tested for and eventually replaced in data ...jaubourg2011-04-131-16/+14
* Applies exception in Style Guidelines regarding objects and functions when th...jaubourg2011-04-081-1/+1
* Removes unnecessary parenthesis from regular expression.jaubourg2011-02-241-1/+1
* Fixes #8115. Renames all references to jXHR with jqXHR in the code (like was ...jaubourg2011-02-011-2/+2
* Makes sure jsonp callback is not left in the global namespace in case of an e...jaubourg2011-01-311-22/+15
* Fixes potential collisions between jsonp requests from different jQuery insta...jaubourg2011-01-291-1/+1
* Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer s...jaubourg2011-01-261-1/+1
* More code style fixes.jaubourg2011-01-231-3/+2
* Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js,jaubourg2011-01-231-9/+11
* Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo...jaubourg2011-01-201-1/+2
* Setting the jsonp option to false now inhibits any url manipulation regarding...jaubourg2011-01-161-11/+23
* Fixes #2994. Not finding a transport now fires the error callbacks and doesn'...jaubourg2011-01-161-40/+31
* Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter...jaubourg2011-01-131-3/+2
* Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n...jaubourg2011-01-121-3/+3
* Fixes #5812. =? will be detected even when it has been escaped during data se...jaubourg2011-01-091-1/+1
* Fixes #5803. Reworked jsonp prefilter so that it sets the dataType as jsonp a...jaubourg2011-01-091-53/+52
* Renamed src/transports to src/ajax (in case we need prefilters in the future ...jaubourg2011-01-061-0/+85