So, I have a page that loads and through jquery.get makes several requests to populate drop downs with their values.
$(function() { LoadCategories($(\'#C
If you're on Jquery 1.5 or later, I suspect the Deferred object is your best bet: http://api.jquery.com/category/deferred-object/
The helper method, when, is also quite nice: http://api.jquery.com/jQuery.when/