-
-
Save elijahmanor/2520024 to your computer and use it in GitHub Desktop.
jQuery Mobile Cookbook: C5R2 - Data Inset List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Nothing here */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Nothing here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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