mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
127 lines
4.4 KiB
HTML
Executable file
127 lines
4.4 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>jQuery Mobile Docs - Split Button Lists</title>
|
|
<link rel="stylesheet" href="../../themes/default/" />
|
|
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
|
|
<script src="../../js/jquery.js"></script>
|
|
<script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
|
<script src="../_assets/js/jqm-docs.js"></script>
|
|
<script src="../../js/"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div data-role="page" class="type-interior" id="album-list">
|
|
|
|
<div data-role="header" data-theme="f">
|
|
<h1>List formatting</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">
|
|
<div class="content-primary">
|
|
<ul data-role="listview" data-split-icon="gear" data-split-theme="d">
|
|
<li><a href="index.html">
|
|
<img src="images/album-bb.jpg" />
|
|
<h3>Broken Bells</h3>
|
|
<p>Broken Bells</p>
|
|
</a><a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
|
|
</a></li>
|
|
<li><a href="index.html">
|
|
|
|
<img src="images/album-hc.jpg" />
|
|
<h3>Warning</h3>
|
|
<p>Hot Chip</p>
|
|
|
|
</a><a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
|
|
</a></li>
|
|
<li><a href="index.html">
|
|
<img src="images/album-p.jpg" />
|
|
<h3>Wolfgang Amadeus Phoenix</h3>
|
|
<p>Phoenix</p>
|
|
</a><a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
|
|
</a></li>
|
|
<li><a href="index.html">
|
|
<img src="images/album-ok.jpg" />
|
|
<h3>Of The Blue Colour Of The Sky</h3>
|
|
<p>Ok Go</p>
|
|
</a><a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
|
|
</a></li>
|
|
<li><a href="index.html">
|
|
<img src="images/album-ws.jpg" />
|
|
<h3>Elephant</h3>
|
|
<p>The White Stripes</p>
|
|
</a><a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
|
|
</a></li>
|
|
<li><a href="index.html">
|
|
<img src="images/album-rh.jpg" />
|
|
<h3>Kid A</h3>
|
|
<p>Radiohead</p>
|
|
</a><a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
|
|
</a></li>
|
|
<li><a href="index.html">
|
|
<img src="images/album-xx.jpg" />
|
|
<h3>XX</h3>
|
|
<p>XX</p>
|
|
</a><a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
|
|
</a></li>
|
|
<li><a href="index.html">
|
|
<img src="images/album-mg.jpg" />
|
|
<h3>Congratulations</h3>
|
|
<p>MGMT</p>
|
|
</a><a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
|
|
</a></li>
|
|
<li><a href="index.html">
|
|
<img src="images/album-ag.jpg" />
|
|
<h3>Ashes Grammar</h3>
|
|
<p>A Sunny Day in Glasgow</p>
|
|
</a><a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
|
|
</a></li>
|
|
|
|
<li><a href="index.html">
|
|
<img src="images/album-k.jpg" />
|
|
<h3>Hot Fuss</h3>
|
|
<p>Killers</p>
|
|
</a><a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
|
|
</a></li>
|
|
<li><a href="index.html">
|
|
<img src="images/album-af.jpg" />
|
|
<h3>The Suburbs</h3>
|
|
<p>Arcade Fire</p>
|
|
</a><a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
|
|
</a></li>
|
|
</ul>
|
|
</div><!--/content-primary -->
|
|
|
|
<div class="content-secondary">
|
|
|
|
<div data-role="collapsible" data-collapsed="true" data-theme="b">
|
|
|
|
<h3>Demos & Docs Sections</h3>
|
|
|
|
<ul data-role="listview" data-theme="c" data-dividertheme="d">
|
|
|
|
<li data-role="list-divider">Components</li>
|
|
<li><a href="../../docs/pages/index.html">Pages & dialogs</a></li>
|
|
<li><a href="../../docs/toolbars/index.html">Toolbars</a></li>
|
|
<li><a href="../../docs/buttons/index.html">Buttons</a></li>
|
|
<li><a href="../../docs/content/index.html">Content formatting</a></li>
|
|
<li><a href="../../docs/forms/index.html">Form elements</a></li>
|
|
<li data-theme="a"><a href="../../docs/lists/index.html">List views</a></li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</div><!-- /content -->
|
|
|
|
<div data-role="footer" class="footer-docs" data-theme="c">
|
|
<p>©2011 The jQuery Project</p>
|
|
</div>
|
|
|
|
</div><!-- /page -->
|
|
|
|
</body>
|
|
</html>
|