I refer to a panel:
<button onclick = "$.mobile.go ('#apage')"> go </button>Which I refer to in an empty navpanel:
<div id = "apage" class = "easyui-navpanel" href = "a.html" closed = "true">
The site has more a.html navpanel included.
<div id = 'main' class = 'easyui-navpanel "style =" padding: 0px ">
.
.
etc.
<div id = "dlg_signature 'class =' easyui-navpanel '>
.
.
How can I get the first navpanel loads?
How can I get to pass out of the login.html into a.html
parameter?