Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More code style fixes. | jaubourg | 2011-01-23 | 1 | -1/+1 |
* | Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js, | jaubourg | 2011-01-23 | 1 | -17/+12 |
* | Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo... | jaubourg | 2011-01-20 | 1 | -2/+4 |
* | The script prefilter now forces cross-domain requests type to GET. | jaubourg | 2011-01-16 | 1 | -0/+1 |
* | Fixes #2994. Not finding a transport now fires the error callbacks and doesn'... | jaubourg | 2011-01-16 | 1 | -6/+10 |
* | Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter... | jaubourg | 2011-01-13 | 1 | -2/+1 |
* | Reworked script and xhr abort logic to take advantage of the fact jXHR.abort ... | jaubourg | 2011-01-13 | 1 | -5/+8 |
* | Script transport now uses ajaxSetup to define script dataType. | jaubourg | 2011-01-12 | 1 | -3/+3 |
* | Renamed src/transports to src/ajax (in case we need prefilters in the future ... | jaubourg | 2011-01-06 | 1 | -0/+82 |