Response title
This is preview!
As for passing a $.ajax() call inside of the $.when() as I understand it, it doesn't make an ajax call. It simple gets the deferred promise object of the ajax call with the defined URL I've passed in.That simply isn't the case. the ajax call is executed, and the generated promise object is then returned to $.when.
© 2013 jQuery Foundation
Sponsored by and others.