Question: Here’s an contrived example of what’s going on: http://jsfiddle.net/adamjford/YNGcm/20/ HTML: JavaScript: I want “All done!” to appear after all of the deferred tasks have completed, but $.when() doesn’t appear to know how to handle an array of Deferred objects. ...