I have a link that loads dynamic content into a div... there need to be a ton of additional ajax actions within that newly loaded dynamic content. Do I have to create a new delegate function for each of those actions in my success handler? (Does the delegate function, ideally belong in the success handler?) How can I consolidate these functions?I have a link that loads dynamic content into a