Possible Duplicate:
jQuery mobile $(document).ready equivalent
Does ready event fire when page-turn
I Have two pages - Page1.html And Page2.html.
I am calling Page2.html from Page1.html.
In that scenario, $(document).ready
is not firing in Page2.html.
Code I used to navigate is:
<li><a href="Page2.html" data-prefetch="true" data-transition="flip">Page 2</a></li>