Changes between Version 1 and Version 2 of Ticket #10975, comment 1
- Timestamp:
- Dec 7, 2011, 6:56:47 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10975, comment 1
v1 v2 1 That's because modifying options.dataType optionwon't do a thing: $.ajax() already split it as an array. You can simply toy with the actual internal array, options.dataType'''s''':1 That's because modifying options.dataType won't do a thing: $.ajax() already split it as an array. You can simply toy with the actual internal array, options.dataType'''s''': 2 2 3 3 http://jsfiddle.net/FdGzS/