Skip to content

Instantly share code, notes, and snippets.

@donwalter
Created April 28, 2012 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save donwalter/2519857 to your computer and use it in GitHub Desktop.
Save donwalter/2519857 to your computer and use it in GitHub Desktop.
jQuery Mobile Cookbook: C5R2 - Data Inset List
<div data-role="page">
<div data-role="header">
<h1>Data Inset</h1>
</div>
<div data-role="content">
<ul data-role="listview" data-inset="true">
<li>Ben Folds Five</li>
<li>Cake</li>
<li>Gomez</li>
<li>Guster</li>
</ul>
</div>
</div>
name: jQuery Mobile Cookbook C5R2 - Data Inset List
description: Example of a data inset 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

@donwalter
Copy link
Author

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