Closed
Description
the current example says:
$.when( $.ajax("test.aspx") ).then(function(ajaxArgs){
alert(ajaxArgs[1]); /* ajaxArgs is [ "success", statusText, jqXHR ] */
});
However, when a single deferred is passed to $.when, the args are not an array of arguments arrays, but rather a single array of arguments. The example simply needs to be updated to reflect this:
See here for more info: http://bugs.jquery.com/ticket/12348
Metadata
Metadata
Assignees
Labels
No labels