Dynamically loaded page

Dynamically loaded page

I have a page index.php where I have jquery being used.

One of the uses is to call another page. When that page is called and loaded I want to use jquery from index.php?

Maybe even do a ready event. How can I do this from my ajax loaded page?