Closed
Description
The example code on this page:
http://api.jquery.com/jQuery.when/
Says that in $.when($.ajax(...).then(function (arg) {})
arg is ["success", statusText, jqXHR]
. However, the arguments available to that function should be the same as provided to $.ajax.success
which is three separate arguments: data, textStatus, and jqXHR.
Metadata
Metadata
Assignees
Labels
No labels