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
2024-11-23 02:54:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f74b844989
jquery
/
src
/
ajax
History
jaubourg
f74b844989
The script prefilter now forces cross-domain requests type to GET.
2011-01-16 05:25:45 +01:00
..
jsonp.js
Fixes
#2994
. Not finding a transport now fires the error callbacks and doesn't make ajax return false. Had to revise how jsonp and script prefilters & transports work (better separation of concerns). Also took the opportunity to revise jXHR getRequestHeader and abort methods and enabled early transport garbage collection when the request completes.
2011-01-16 02:57:39 +01:00
script.js
The script prefilter now forces cross-domain requests type to GET.
2011-01-16 05:25:45 +01:00
xhr.js
Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter and jQuery.ajaxTransport so that proxying the ajax method doesn't turn into a nightmare. Thanks go to scott_gonzalez and DaveMethvin for pointing out the issue. Also made ajaxSetup return "this" to enable chainable definitions -- jQuery.ajaxSetup(...).ajaxPrefilter(...).ajaxTransport(...).
2011-01-13 18:33:24 +01:00