2010-10-10 14:41:34 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
2010-11-02 01:46:29 +00:00
|
|
|
<head>
|
2011-02-18 20:00:18 +00:00
|
|
|
<meta charset="utf-8">
|
2011-05-17 21:28:19 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2011-03-31 13:11:26 +00:00
|
|
|
<title>jQuery Mobile Docs - Ordered Lists</title>
|
2011-01-06 00:19:24 +00:00
|
|
|
<link rel="stylesheet" href="../../themes/default/" />
|
2010-11-11 19:15:42 +00:00
|
|
|
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
|
2011-04-14 20:04:47 +00:00
|
|
|
<script src="../../js/jquery.js"></script>
|
|
|
|
|
<script src="../../js/"></script>
|
|
|
|
|
<script src="docs/docs.js"></script>
|
2010-10-10 14:41:34 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<div data-role="page">
|
|
|
|
|
|
2011-02-03 22:29:48 +00:00
|
|
|
<div data-role="header" data-theme="b">
|
2010-10-10 14:41:34 +00:00
|
|
|
<h1>Numbered list</h1>
|
2011-02-03 23:34:35 +00:00
|
|
|
<a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
|
2010-10-10 14:41:34 +00:00
|
|
|
</div><!-- /header -->
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
2010-10-11 12:11:20 +00:00
|
|
|
<ol data-role="listview">
|
2010-10-10 14:41:34 +00:00
|
|
|
<li><a href="index.html">The Godfather</a></li>
|
|
|
|
|
<li><a href="index.html">Inception</a></li>
|
|
|
|
|
<li><a href="index.html">The Good, the Bad and the Ugly </a></li>
|
|
|
|
|
<li><a href="index.html">Pulp Fiction</a></li>
|
|
|
|
|
<li><a href="index.html">Schindler's List</a></li>
|
|
|
|
|
<li><a href="index.html">12 Angry Men</a></li>
|
|
|
|
|
<li><a href="index.html">One Flew Over the Cuckoo's Nest</a></li>
|
|
|
|
|
<li><a href="index.html">Star Wars: Episode V - The Empire Strikes Back</a></li>
|
|
|
|
|
<li><a href="index.html">The Dark Knight</a></li>
|
|
|
|
|
<li><a href="index.html">The Lord of the Rings: The Return of the King</a></li>
|
|
|
|
|
<li><a href="index.html">Seven Samurai</a></li>
|
|
|
|
|
<li><a href="index.html">Star Wars: Episode IV - A New Hope</a></li>
|
|
|
|
|
<li><a href="index.html">Casablanca</a></li>
|
|
|
|
|
<li><a href="index.html">Goodfellas </a></li>
|
|
|
|
|
<li><a href="index.html">Toy Story 3</a></li>
|
|
|
|
|
<li><a href="index.html">Fight Club</a></li>
|
|
|
|
|
<li><a href="index.html">City of God</a></li>
|
|
|
|
|
<li><a href="index.html">The Lord of the Rings: The Fellowship of the Ring</a></li>
|
|
|
|
|
<li><a href="index.html">The Big Lebowski</a></li>
|
|
|
|
|
<li><a href="index.html">Psycho</a></li>
|
|
|
|
|
</ol>
|
|
|
|
|
</div><!-- /content -->
|
|
|
|
|
</div><!-- /page -->
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|