This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
jquery
Watch
1
Star
0
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2025-01-10 18:24:24 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
62a1a1a8fa
jquery
/
src
/
ajax
History
jaubourg
62a1a1a8fa
Fixes
#5803
. Reworked jsonp prefilter so that it sets the dataType as jsonp and recognizes requests with originalSettings having jsonp or jsonpCallback to be jsonp. Moved default jsonp option value into ajaxSettings. Attached the transport to "jsonp" which avoids unnecessary testing. Transport factory sets dataType back to json for proper data conversion.
2011-01-09 21:19:27 +01:00
..
jsonp.js
Fixes
#5803
. Reworked jsonp prefilter so that it sets the dataType as jsonp and recognizes requests with originalSettings having jsonp or jsonpCallback to be jsonp. Moved default jsonp option value into ajaxSettings. Attached the transport to "jsonp" which avoids unnecessary testing. Transport factory sets dataType back to json for proper data conversion.
2011-01-09 21:19:27 +01:00
script.js
Renamed src/transports to src/ajax (in case we need prefilters in the future and to avoid a separate prefilters directory).
2011-01-06 01:17:31 +01:00
xhr.js
Fixes
#7868
. ResponseText is now properly propagated for error callbacks.
2011-01-09 04:53:29 +01:00