Skip to content

Instantly share code, notes, and snippets.

@donwalter
Created April 29, 2012 03:29
Show Gist options
  • Save donwalter/2529949 to your computer and use it in GitHub Desktop.
Save donwalter/2529949 to your computer and use it in GitHub Desktop.
jQuery Mobile Cookbook: C5R1 - Numbered List
<div data-role="page">
<div data-role="header">
<h1>Numbered List</h1>
</div>
<div data-role="content">
<ol 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>
</ol>
</div>
</div>
name: jQuery Mobile Cookbook C5R1 - Numbered List
description: Example of a numbered 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