You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/content-themes.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ <h2>Themed examples</h2>
40
40
<h1>H1 Heading</h1>
41
41
<p>This is a paragraph that contains <strong>strong</strong>, <em>emphasized</em> and <ahref="index.html">linked</a> text. Here is more text so you can see how HTML markup works in content. Here is more text so you can see how HTML markup works in content.</p>
<p>I have <code>data-theme</code> attribute set manually on my container to set the color to match the content block I'm in. </p>
45
45
</div><!-- /collapsible -->
46
46
</div><!-- /themed container -->
@@ -50,7 +50,7 @@ <h3>I'm an themed collapsible</h3>
50
50
<h1>H1 Heading</h1>
51
51
<p>This is a paragraph that contains <strong>strong</strong>, <em>emphasized</em> and <ahref="index.html">linked</a> text. Here is more text so you can see how HTML markup works in content. Here is more text so you can see how HTML markup works in content.</p>
<p>I have <code>data-theme</code> attribute set manually on my container to set the color to match the content block I'm in. </p>
55
55
</div><!-- /collapsible -->
56
56
</div><!-- /themed container -->
@@ -60,7 +60,7 @@ <h3>I'm an themed collapsible</h3>
60
60
<h1>H1 Heading</h1>
61
61
<p>This is a paragraph that contains <strong>strong</strong>, <em>emphasized</em> and <ahref="index.html">linked</a> text. Here is more text so you can see how HTML markup works in content. Here is more text so you can see how HTML markup works in content.</p>
<p>I have <code>data-theme</code> attribute set manually on my container to set the color to match the content block I'm in. </p>
65
65
</div><!-- /collapsible -->
66
66
</div><!-- /themed container -->
@@ -70,7 +70,7 @@ <h3>I'm an themed collapsible</h3>
70
70
<h1>H1 Heading</h1>
71
71
<p>This is a paragraph that contains <strong>strong</strong>, <em>emphasized</em> and <ahref="index.html">linked</a> text. Here is more text so you can see how HTML markup works in content. Here is more text so you can see how HTML markup works in content.</p>
<p>I have <code>data-theme</code> attribute set manually on my container to set the color to match the content block I'm in. </p>
75
75
</div><!-- /collapsible -->
76
76
</div><!-- /themed container -->
@@ -80,7 +80,7 @@ <h3>I'm an themed collapsible</h3>
80
80
<h1>H1 Heading</h1>
81
81
<p>This is a paragraph that contains <strong>strong</strong>, <em>emphasized</em> and <ahref="index.html">linked</a> text. Here is more text so you can see how HTML markup works in content. Here is more text so you can see how HTML markup works in content.</p>
Copy file name to clipboardExpand all lines: docs/pages/docs-navmodel.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ <h2>Auto-generated pages and sub-hash urls</h2>
61
61
<p>Some plugins may choose to dynamically break a page's content into separate navigable pages, which can then be reached via deep links. One example of this would be the Listview plugin, which will break a nested UL (or OL) into separate pages, which are each given a data-url attribute so they can be linked to like any normal "page" in jQuery Mobile. However, in order to link to these pages, the page that generates them must first be requested from the server. To make this work, pages that are auto-generated by plugins use the following special data-url structure:
<p>So, for example, a page generated by the listview plugin may have an data-url attribute like this: <code>data-url="artists.html&ui-page=listview-1"</code></p>
64
+
<p>So, for example, a page generated by the listview plugin may have a data-url attribute like this: <code>data-url="artists.html&ui-page=listview-1"</code></p>
65
65
66
66
<p>When a page is requested, jQuery Mobile knows to split the URL at "&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&ui-page=listview-1
67
67
...and jQuery Mobile would request artists.html, which would then generate its sub-pages, creating the div with data-url="artists.html&ui-page=listview-1", which it will then display as the active page.</p>
Copy file name to clipboardExpand all lines: docs/toolbars/docs-headers.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ <h1>Header bars</h1>
20
20
<divdata-role="content">
21
21
22
22
<h2>Header structure</h2>
23
-
<p>The <code>header</code> is an toolbar at the top of the page that usually contains the page title text and optional buttons positioned to the the left and/or right of the title for navigation or actions.</p>
23
+
<p>The <code>header</code> is a toolbar at the top of the page that usually contains the page title text and optional buttons positioned to the the left and/or right of the title for navigation or actions.</p>
24
24
25
25
<p>The title text is normally an H1 heading element but it's possible to use any heading level (H1-H6) to allow for semantic flexibility. For example, a page containing multiple mobile 'pages' may use a H1 element on the home 'page' and a H2 element on the secondary pages. All heading levels are styled identically by default to maintain visual consistency.</p>
0 commit comments