Skip to content

Instantly share code, notes, and snippets.

@donwalter
Created April 28, 2012 20:28
Show Gist options
  • Save donwalter/2521786 to your computer and use it in GitHub Desktop.
Save donwalter/2521786 to your computer and use it in GitHub Desktop.
jQuery Mobile Cookbook: C5R2 - Count Bubbles
<div data-role="page">
<div data-role="header">
<h1>Count Bubbles</h1>
</div>
<div data-role="content">
<ul data-role="listview">
<li data-role="list-divider">Albums</li>
<li><a href="albums.html">Ben Folds Five <span class="ui-li-count">4</span></a></li>
<li><a href="albums.html">Cake <span class="ui-li-count">6</span></a></li>
<li><a href="albums.html">Gomez <span class="ui-li-count">7</span></a></li>
<li><a href="albums.html">Guster <span class="ui-li-count">6</span></a></li>
</ul>
</div>
</div>
name: jQuery Mobile Cookbook C5R2 - Count Bubbles
description: Example of a list with count bubbles 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