firing document ready of second loaded page

firing document ready of second loaded page

hi,
i have 2 aspx pages,
from one i load the second with
  1.   $('#mydiv').load('Resultats.aspx', function () {
  2.         // some code
  3. });
the resultats.aspx page have a jquery document.ready function code but the problem that it is not fired .

how to fire the document.ready code of the loaded page please ?