jQuery Mobile - Pop up not opening in the second page

jQuery Mobile - Pop up not opening in the second page

Hello,
I have Masterpage.cshtml page which consists of 3 scripts under head section

<link rel="stylesheet" href="@Href("~/css/jquery.mobile-1.3.0.min.css")" /> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script type="text/javascript" src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script>



The content rendering in the main page popup works perfectly, but once go the inner page the popup not triggering.


Kindly help with this.

Thanks