Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/jquery/jquery-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jblas committed Nov 15, 2011
2 parents afb7bab + d9ceb85 commit 116fd5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages/page-navmodel.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2>Auto-generated pages and sub-hash urls</h2>
<p>So, for example, a page generated by the listview plugin may have a <code>data-url</code> attribute like this: <code>data-url="artists.html&amp;ui-page=listview-1"</code></p>

<p>When a page is requested, jQuery Mobile knows to split the URL at "&amp;ui-page" and make an HTTP request to the portion of the URL before that key. In the case of the listview example mentioned above, the URL would look like this: http://example.com/artists.html&amp;ui-page=listview-1
...and jQuery Mobile would request artists.html, which would then generate its sub-pages, creating the vcode>div</code> with <code>data-url="artists.html&amp;ui-page=listview-1"</code>, which it will then display as the active page.</p>
...and jQuery Mobile would request artists.html, which would then generate its sub-pages, creating the <code>div</code> with <code>data-url="artists.html&amp;ui-page=listview-1"</code>, which it will then display as the active page.</p>

<p><em>Note that the <code>data-url</code> attribute of the element contains the full URL path, not just the portion after &amp;ui-page=. This allows jQuery Mobile to use a single consistent mechanism that matches URLs to page <code>data-url</code> attributes.</em></p>

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/pages-themes/theme-a.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h3>More in this section</h3>
<li><a href="../page-navmodel.html">Ajax, hashes &amp; history</a></li>
<li><a href="../page-dynamic.html">Dynamically Injecting Pages</a></li>
<li><a href="../page-scripting.html">Scripting pages</a></li>
<li data-theme="a"><a href="../pages-themes.html">Theming pages</a></li>
<li data-theme="b"><a href="../pages-themes.html">Theming pages</a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/pages-themes/theme-e.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2>Inset List</h2>

<h3>More in this section</h3>

<ul data-role="listview" data-theme="a" data-dividertheme="a">
<ul data-role="listview" data-theme="e" data-dividertheme="e">
<li data-role="list-divider">Pages &amp; Dialogs</li>
<li><a href="../../page-anatomy.html">Anatomy of a page</a></li>
<li><a href="../../page-template.html" data-ajax="false">Single page template</a></li>
Expand Down

0 comments on commit 116fd5f

Please sign in to comment.