<div id="myPopup" data-dismissible="false" data-role="popup" data-footer="home_footer">
<p>This is a simple popup test.</p>
</div>
Invocation of popup is doen here:
<a id="PressMe" onclick='invokePopup();' >popup</a>
invokePopup=function()
{ $("#myPopup").popup("open"); }
invokePopup function doesn't work.
Any suggestions are really appreciated.