mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-15 10:03:10 +00:00
fixed a few broken links.
This commit is contained in:
parent
73be0bb64b
commit
95d382cb9c
2 changed files with 6 additions and 8 deletions
|
|
@ -14,17 +14,15 @@
|
|||
|
||||
<div data-role="content">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Demos & Documentation</li>
|
||||
<li><a href="intro.html">Introduction to jQuery Mobile</a></li>
|
||||
<li><a href="themes.html">Theme system</a></li>
|
||||
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
|
||||
<li data-role="list-divider">Components</li>
|
||||
<li><a href="pages/index.html">Pages & dialogs</a></li>
|
||||
<li><a href="toolbars/index.html">Header, footer & nav bars</a></li>
|
||||
<li><a href="content/index.html">Content formatting</a></li>
|
||||
<li><a href="toolbars/index.html">Toolbars</a></li>
|
||||
<li><a href="buttons/index.html">Buttons</a></li>
|
||||
<li><a href="content/index.html">Content formatting</a></li>
|
||||
<li><a href="forms/index.html">Form elements</a></li>
|
||||
<li><a href="lists/index.html">List views</a></li>
|
||||
<li><a href="events.html">Events</a></li>
|
||||
<!--<li><a href="docs/events.html">Events</a></li>-->
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@
|
|||
</div>
|
||||
|
||||
<h2>Custom header configurations</h2>
|
||||
<p>If you need to to create a header that doesn't follow the default configuration, simply wrap your custom styled markup in a container <code>div</code> inside the header container and the plugin won't apply the automatic button logic at all. This is especially useful if you want to embed a widget like <a href="navbar.html">Nav bar</a> into the header bar</p>
|
||||
<p>If you need to to create a header that doesn't follow the default configuration, simply wrap your custom styled markup in a container <code>div</code> inside the header container and the plugin won't apply the automatic button logic at all. </p>
|
||||
|
||||
|
||||
</div><!-- /content -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue