Skip to content

Instantly share code, notes, and snippets.

@kazuph
Created April 26, 2012 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kazuph/2504014 to your computer and use it in GitHub Desktop.
Save kazuph/2504014 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
</head>
<body>
<div data-role="page">
<div data-position="fixed" data-role="header">
<h1>jQueryMobile</h1>
</div>
<ul data-role="listview">
<li data-role="list-divider">HOGE</li>
<li>
<legend></legend>
<a href="">(」・ω・)」うー!(/・ω・)/にゃー!<img src="praykazu.png" alt="" width="100px" /></a> </li>
<li>
<legend></legend>
<a href="">(」・ω・)」うー!(/・ω・)/にゃー!<img src="praykazu.png" alt="" width="100px" /></a>
</li> <li>
<legend></legend>
<a href="">(」・ω・)」うー!(/・ω・)/にゃー!<img src="praykazu.png" alt="" width="100px" /></a>
</li>
<li> <legend></legend>
<a href="">(」・ω・)」うー!(/・ω・)/にゃー!<img src="praykazu.png" alt="" width="100px" /></a>
</li>
<li>
<legend></legend> <a href="">(」・ω・)」うー!(/・ω・)/にゃー!<img src="praykazu.png" alt="" width="100px" /></a>
</li>
<li>
<legend></legend>
<a href="">(」・ω・)」うー!(/・ω・)/にゃー!<img src="praykazu.png" alt="" width="100px" /></a> </li>
<li>
<legend></legend>
<a href="">(」・ω・)」うー!(/・ω・)/にゃー!<img src="praykazu.png" alt="" width="100px" /></a>
</li> <li>
<legend></legend>
<a href="">(」・ω・)」うー!(/・ω・)/にゃー!<img src="praykazu.png" alt="" width="100px" /></a>
</li>
<li> <legend></legend>
<a href="">(」・ω・)」うー!(/・ω・)/にゃー!<img src="praykazu.png" alt="" width="100px" /></a>
</li>
</ul>
<div data-position="fixed" data-role="footer">
<h1>I am Footer</h1>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment