mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
44 lines
No EOL
1.7 KiB
HTML
Executable file
44 lines
No EOL
1.7 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>jQuery Mobile Docs - Lists</title>
|
|
<link rel="stylesheet" media="only all" href="css/all" />
|
|
<script type="text/javascript" src="js/all"></script>
|
|
<script type="text/javascript" src="docs/docs.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div data-role="page">
|
|
|
|
<div data-role="header">
|
|
<h1>Numbered list</h1>
|
|
</div><!-- /header -->
|
|
|
|
<div data-role="content">
|
|
<ol data-role="listview" data-filter="true">
|
|
<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> |