mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
34 lines
No EOL
1.2 KiB
HTML
Executable file
34 lines
No EOL
1.2 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
|
|
<title>jQuery Mobile Docs - Lists Count Bubbles</title>
|
|
<link rel="stylesheet" href="../../themes/default/" />
|
|
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
|
|
<script src="../../js/jquery.js"></script>
|
|
<script src="../../js/"></script>
|
|
<script src="docs/docs.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div data-role="page">
|
|
|
|
<div data-role="header" data-theme="b">
|
|
<h1>Basic list</h1>
|
|
<a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
|
|
</div><!-- /header -->
|
|
|
|
<div data-role="content">
|
|
<ul data-role="listview">
|
|
<li><a href="index.html">Inbox <span class="ui-li-count">12</span></a></li>
|
|
<li><a href="index.html">Outbox <span class="ui-li-count">0</span></a></li>
|
|
<li><a href="index.html">Drafts <span class="ui-li-count">4</span></a></li>
|
|
<li><a href="index.html">Sent <span class="ui-li-count">328</span></a></li>
|
|
<li><a href="index.html">Trash <span class="ui-li-count">62</span></a></li>
|
|
</ul>
|
|
</div><!-- /content -->
|
|
</div><!-- /page -->
|
|
|
|
</body>
|
|
</html> |