1. multi-view page <section data-role = "page" id = "firstview" data-Title = "first view">
2. view switching animation <a href = "# secondview" data-rel = "dialog" data-transition = "pop"> pop slide slideup slidedown fade flip3.dialog dialog box <a href = "# secondview "data-rel =" dialog "data-transition =" pop ">
4. Page topic <section data-role = "page" id = "firstview" data-Title = "first view" data-theme = "A">
<! Doctype HTML>
<HTML>
<Head>
<Meta name = "viewport" content = "width = device-width, initial-scale = 1"/>
<Meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8">
<Title> phonegap </title>
<LINK rel = "stylesheet" href = "jquery.mobile-1.3.1.css">
<SCRIPT type = "text/JavaScript" charset = "UTF-8" src = "jquery-1.9.0.min.js"> </SCRIPT>
<SCRIPT type = "text/JavaScript" charset = "UTF-8" src = "jquery. mobile-1.3.1.js"> </SCRIPT>
</Head>
<Body>
<Section data-role = "page" id = "firstview" data-Title = "first view" data-theme = "A">
<Header data-role = "Header" data-theme = "B"> <Article data-role = "content"> <a href = "# secondview" data-rel = "dialog" data-transition = "pop"> switch to the second view </> </Article>
<Footer data-role = "footer" data-theme = "C"> </Section>
<Section data-role = "page" id = "secondview" data-Title = "second view">
<Header data-role = "Header"> second view <Article data-role = "content"> <a href = "# firstview" data-transition = "flip"> switch to the first view </a> </Article>
<Footer data-role = "footer"> footer </footer>
</Section>
</Body>
</Html>