From b13ddf345c0a1064739546bb12ef88ec9fbfe896 Mon Sep 17 00:00:00 2001 From: Jonathan Sharp Date: Wed, 3 Nov 2010 11:54:34 +0800 Subject: [PATCH] Fixed typo (changed ther to there) --- docs/pages/docs-navmodel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 docs/pages/docs-navmodel.html diff --git a/docs/pages/docs-navmodel.html b/docs/pages/docs-navmodel.html old mode 100755 new mode 100644 index 3c90ebcd..0d9f54be --- a/docs/pages/docs-navmodel.html +++ b/docs/pages/docs-navmodel.html @@ -18,7 +18,7 @@

jQuery Mobile's navigation model

-

A "page" in jQuery Mobile consists of an element (usually a div) with a data-role attribute set to "page", within which ther generally tends to be div elements with roles of "header", "content", and "footer", each containing common markup, forms, and custom jQuery Mobile widgets.

+

A "page" in jQuery Mobile consists of an element (usually a div) with a data-role attribute set to "page", within which there generally tends to be div elements with roles of "header", "content", and "footer", each containing common markup, forms, and custom jQuery Mobile widgets.

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 ID attribute.