Chaining jQuery AJAX Calls (w/o Plugins)

Here’s the scenario: you need to make a series of AJAX calls to process a list of objects and each call is dependent on the results from the previous call.  How can we structure this elegantly in jQuery without having...