mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-22 07:04:43 +00:00
capitalization
This commit is contained in:
parent
f82fc2cb1b
commit
f76b69f7b6
2 changed files with 7 additions and 1 deletions
|
|
@ -20,6 +20,12 @@
|
|||
<ul data-role="listview" data-inset="true">
|
||||
<li><a href="forms-all.html">All form elements</a></li>
|
||||
<li><a href="docs-forms.html">Form basics</a></li>
|
||||
<li><a href="forms-text.html">Text inputs</a></li>
|
||||
<li><a href="forms-search.html">Search inputs</a></li>
|
||||
<li><a href="forms-slider.html">Slider</a></li>
|
||||
<li><a href="forms-switch.html">Flip toggle switch</a></li>
|
||||
<li><a href="forms-radiobuttons.html">Radio buttons</a></li>
|
||||
<li><a href="forms-checkboxes.html">Checkboxes</a></li>
|
||||
<li><a href="forms-themes.html">Theming forms</a></li>
|
||||
<li><a href="api-forms.html">API documentation</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
|
||||
<li data-role="list-divider">Demos</li>
|
||||
<li id="themeswitcher"><a href="#">Theme Switcher</a></li>
|
||||
<li id="themeswitcher"><a href="#">Theme switcher</a></li>
|
||||
<li><a href="experiments/api-viewer/index.html">jQuery API browser</a></li>
|
||||
<li><a href="experiments/photos/_photo1.html">Photo viewer</a></li>
|
||||
<li><a href="experiments/converter/index.html">Converter</a></li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue