Skip to content

Instantly share code, notes, and snippets.

@donwalter
Created April 28, 2012 20:33
Show Gist options
  • Save donwalter/2521800 to your computer and use it in GitHub Desktop.
Save donwalter/2521800 to your computer and use it in GitHub Desktop.
jQuery Mobile Cookbook: C5R2 - Icons
<div data-role="page">
<div data-role="header">
<h1>Icons</h1>
</div>
<div data-role="content">
<ul data-role="listview">
<li>
<a href="details.html">
<img src="http://dl.dropbox.com/u/28829261/album-bff.jpg" width="16" height="16" class="ui-li-icon" />
Ben Folds Five
</a>
</li>
<li>
<a href="details.html">
<img src="http://dl.dropbox.com/u/28829261/album-waea.jpg" width="16" height="16" class="ui-li-icon" />
Whatever And Ever Amen
</a>
</li>
<li>
<a href="details.html">
<img src="http://dl.dropbox.com/u/28829261/album-tuborm.jpg" width="16" height="16" class="ui-li-icon" />
The Unauthorized Biography Of Reinhold Messner
</a>
</li>
</ul>
</div>
</div>
name: jQuery Mobile Cookbook C5R2 - Icons
description: Example of a list with icons 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