mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
34 lines
1.1 KiB
HTML
Executable file
34 lines
1.1 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>jQuery Mobile Docs - Buttons</title>
|
|
<link rel="stylesheet" href="../../themes/default/" />
|
|
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
|
|
<script type="text/javascript" src="../../js/"></script>
|
|
<script type="text/javascript" src="../docs/docs.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div data-role="page" data-theme="b">
|
|
|
|
<div data-role="header" data-theme="b">
|
|
<h1>Buttons</h1>
|
|
</div><!-- /header -->
|
|
|
|
<div data-role="content">
|
|
<p>Buttons are core widgets in jQuery Mobile, and are used within a wide range of other plugins.</p>
|
|
|
|
<ul data-role="listview" data-inset="true">
|
|
<li><a href="buttons-types.html">Button markup options</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>
|
|
<li><a href="buttons-themes.html">Theming buttons</a></li>
|
|
<!--<li><a href="api-buttons.html">API documentation</a></li>-->
|
|
</ul>
|
|
</div><!-- /ui-body wrapper -->
|
|
</div><!-- /page -->
|
|
|
|
</body>
|
|
</html>
|