Changes between Initial Version and Version 1 of Ticket #12233, comment 2
- Timestamp:
- 08/10/12 14:40:07 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12233, comment 2
initial v1 12 12 Given the docs and the consequences, I'm inclined to fix this by trying to improve the parameter hockey we play. But really, if you're doing tricky stuff you're much better off making it explicit by adding the `null` or better, using `$.ajax` rather than the shortcut methods. 13 13 14 Alternatively, we can just document the `success` argument as manditory .14 Alternatively, we can just document the `success` argument as manditory (if you want to provide `dataType`). 15 15 {{{ 16 16 jQuery.post( url [, data] [, success(data, textStatus, jqXHR) [, dataType] ] )
