aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax/jsonp.js
Commit message (Expand)AuthorAgeFilesLines
* 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