mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
101 lines
No EOL
3.4 KiB
HTML
Executable file
101 lines
No EOL
3.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" id="album-list">
|
|
|
|
<div data-role="header" data-theme="b">
|
|
<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">
|
|
|
|
<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 -->
|
|
</div><!-- /page -->
|
|
|
|
|
|
</body>
|
|
</html> |