Newbie - Loading a new result that requires own jquery events

Newbie - Loading a new result that requires own jquery events

I am relatively new to jquery, so sorry of any ignorance.

My questions is this:
I have a basic page setup that has the (eg: index.php):

  1. $(document).ready(function(){ ..etc..});

All setup.

I have a menu which loads the links into my "<div id="result_wrapper"></div>, which works fine.

But  this newly loaded page requires some jQuery controls for a button that is in the content.

My question is:
where do put the jquery controls for that new button? do i put it in the index.php? or can i add a new <script></script> in the new "page" that was loaded in the div? and do i use the $(document).ready(function(){..etc..});?

thanks for any help in advance.