firing document ready of second loaded page
hi,
i have 2 aspx pages,
from one i load the second with
- $('#mydiv').load('Resultats.aspx', function () {
- // some code
- });
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 ?