aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax/script.js
Commit message (Expand)AuthorAgeFilesLines
* More code style fixes.jaubourg2011-01-231-1/+1
* Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js,jaubourg2011-01-231-17/+12
* Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo...jaubourg2011-01-201-2/+4
* The script prefilter now forces cross-domain requests type to GET.jaubourg2011-01-161-0/+1
* Fixes #2994. Not finding a transport now fires the error callbacks and doesn'...jaubourg2011-01-161-6/+10
* Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter...jaubourg2011-01-131-2/+1
* Reworked script and xhr abort logic to take advantage of the fact jXHR.abort ...jaubourg2011-01-131-5/+8
* Script transport now uses ajaxSetup to define script dataType.jaubourg2011-01-121-3/+3
* Renamed src/transports to src/ajax (in case we need prefilters in the future ...jaubourg2011-01-061-0/+82