I'll attempt to be as succinct as possible.

I'm using the scripts found here: http://www.dynamicdrive.com/dynamici...jaxcontent.htm to load pages into a DIV.

The page I'm attempting to load has a jQuery TreeView menu on it: http://www.dynamicdrive.com/dynamici...view/index.htm

Now, once the page gets loaded, and I load all the other JavaScript and CSS files required, the actual scripts will not operate.

This is because the DEMO.JS file has in it: "$(document).ready(...)" function that never gets executed.

How can I execute this after the AJAX script load the page?