Changes between Initial Version and Version 1 of Ticket #8084, comment 26
- Timestamp:
- Mar 8, 2011, 4:45:46 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8084, comment 26
initial v1 12 12 I suggest you actually read comment 16. Let me restate it, once again, anyway. 13 13 14 This behaviour (a json request being promoted as jsonp) can only occur if: 14 This behaviour (a json request being promoted as jsonp) can only occur if:7 15 15 16 1) You provide the jsonp or jsonpCallback options or if your url contains one of the callback markers (=? or ??). 17 16 18 2) You use a plugin that redefines ajax and changes the options passed to the method in such a way that falls into case 1 (most of the time, by extending the options with ajaxSettings which is totally unnecessary and can even spawn nasty bugs, even in 1.4.4). 17 19