content edits

This commit is contained in:
PattyToland 2010-10-15 17:57:35 -04:00
parent 6da6208ee9
commit a3b6a8481b

View file

@ -17,7 +17,7 @@
<h2>jQuery Mobile's navigation model</h2>
<p>A "page" in jQuery Mobile consists of an element (usually a <code>div</code>) with a <code>data-role</code> attribute set to <code>"page"</code>. Within that "page", the markup can be entirely free-form, but generally, the immediate children of a "page" tend to be divs with roles of <code>"header"</code>, <code>"content"</code>, and <code>"footer"</code>, each of which contain markup that constitutes the content of a particular page, including common markup, forms, and custom jQuery Mobile widgets.</p>
<p>A "page" in jQuery Mobile consists of an element (usually a <code>div</code>) with a <code>data-role</code> attribute set to <code>"page"</code>, within which ther generally tends to be <code>div</code> elements with roles of <code>"header"</code>, <code>"content"</code>, and <code>"footer"</code>, each containing common markup, forms, and custom jQuery Mobile widgets.</p>
<p>The basic workflow with page loading is as follows: first, a page is requested with a normal HTTP request, and subsequent "pages" are then requested and injected into that page's DOM. Because of this, the DOM may have a number of "pages" in it at a time, each of which can be re-visited by linking to its <code>ID</code> attribute.</p>