1, NavBar related
<nav data-role= "NavBar" >
<ul>
<li><a href= "#home" data-icon= "Home" > Homepage </a></li>
<li><a href= "#email" data-rel= "dialog" data-icon= "Grid" > Mail </a></li>
<li><a href= "#phonebook" data-rel= "dialog" data-icon= "search" > Contacts </a></li>
<li><a href= "#calendar" data-rel= "dialog" data-icon= "star" > Calendar </a></li>
</ul>
</nav> data-rel= is to control the NavBar pop-up style above this page by default is to pop a window, remove data-rel= "dialog", is to pop up the entire page 2, about the dynamic generation after the refresh JQM It's strange that he won't ever Refresh the dynamic program's HTML code, you need to manually refresh the code as follows: $ ("#pageone"). Trigger ("create"); After each dynamic build, walk to do this, otherwise HTML effects are not applied, including assignment, etc. 3, not to be continued
jquery Mobile Notes