mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-05 15:10:59 +00:00
Fixed typo (changed ther to there)
This commit is contained in:
parent
fae3a93f26
commit
b13ddf345c
1 changed files with 1 additions and 1 deletions
2
docs/pages/docs-navmodel.html
Executable file → Normal file
2
docs/pages/docs-navmodel.html
Executable file → Normal file
|
|
@ -18,7 +18,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 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>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 there 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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue