mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-23 01:10:25 +00:00
45 lines
No EOL
1.3 KiB
HTML
Executable file
45 lines
No EOL
1.3 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>jQuery Mobile Docs - Buttons</title>
|
|
<link rel="stylesheet" media="only all" href="css/all" />
|
|
<script type="text/javascript" src="js/all"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div data-role="page">
|
|
|
|
<div data-role="header">
|
|
<h1>Buttons</h1>
|
|
</div><!-- /header -->
|
|
|
|
<div data-role="content">
|
|
<div class="ui-body ">
|
|
<p>Buttons are one of the core widgets in jQuery Mobile and are used within a wide range of other plugins.</p>
|
|
</div><!-- /ui-body wrapper -->
|
|
|
|
<ul data-role="listview" data-inset="true">
|
|
<li data-role="list-divider">Documentation</li>
|
|
<li><a href="docs-buttons.html">Button basics</a></li>
|
|
<li><a href="api-buttons.html">API documentation</a></li>
|
|
</ul>
|
|
|
|
<ul data-role="listview" data-inset="true">
|
|
<li data-role="list-divider">Button examples</li>
|
|
<li><a href="buttons-types.html">Button markup</a></li>
|
|
<li><a href="buttons-icons.html">Button icons</a></li>
|
|
<li><a href="buttons-inline.html">Inline buttons</a></li>
|
|
<li><a href="buttons-grouped.html">Grouped buttons</a></li>
|
|
</ul>
|
|
|
|
<ul data-role="listview" data-inset="true">
|
|
<li data-role="list-divider">Styles & theming</li>
|
|
<li><a href="buttons-themes.html">Applying themes</a></li>
|
|
</ul>
|
|
|
|
|
|
</div><!-- /content -->
|
|
</div><!-- /page -->
|
|
|
|
</body>
|
|
</html> |