Skip to content

Instantly share code, notes, and snippets.

@elijahmanor
Forked from donwalter/fiddle.html
Created April 28, 2012 16:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save elijahmanor/2520024 to your computer and use it in GitHub Desktop.
jQuery Mobile Cookbook: C5R2 - Data Inset List
/* Nothing here */
<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>
// Nothing here
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.1.0/jquery.mobile-1.1.0.js
- http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.css
normalize_css: no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment