Skip to content

Instantly share code, notes, and snippets.

@donwalter
Created April 29, 2012 03:23
Show Gist options
  • Save donwalter/2529294 to your computer and use it in GitHub Desktop.
Save donwalter/2529294 to your computer and use it in GitHub Desktop.
jQuery Mobile Cookbook: C5R1 - Basic List
<div data-role="page">
<div data-role="header">
<h1>Basic List</h1>
</div>
<div data-role="content">
<ul data-role="listview">
<li><a href="band.html">Ben Folds Five</a></li>
<li><a href="band.html">Cake</a></li>
<li><a href="band.html">Gomez</a></li>
<li><a href="band.html">Guster</a></li>
</ul>
</div>
</div>
name: jQuery Mobile Cookbook C5R1 - Basic List
description: Example of a basic list in jQuery Mobile
authors:
- Don Walter
resources:
- http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.js
- http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.css
normalize_css: no
@donwalter
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment