Skip to content

Instantly share code, notes, and snippets.

@donwalter
donwalter / fiddle.html
Created April 28, 2012 20:32
jQuery Mobile Cookbook: C5R2 - Thumbnails
<div data-role="page">
<div data-role="header">
<h1>Thumbnails</h1>
</div>
<div data-role="content">
<ul data-role="listview">
<li>
@donwalter
donwalter / fiddle.html
Created April 28, 2012 20:30
jQuery Mobile Cookbook: C5R2 - Text Formatting
<div data-role="page">
<div data-role="header">
<h1>Text Formatting</h1>
</div>
<div data-role="content">
<ul data-role="listview">
<li data-role="list-divider">Ben Folds Five Songs</li>
@donwalter
donwalter / fiddle.html
Created April 28, 2012 20:28
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>
@donwalter
donwalter / fiddle.html
Created April 28, 2012 20:24
jQuery Mobile Cookbook: C5R2 - List Dividers
<div data-role="page">
<div data-role="header">
<h1>List Dividers</h1>
</div>
<div data-role="content">
<ul data-role="listview" data-dividertheme="d">
<li data-role="list-divider">B</li>
@donwalter
donwalter / fiddle.html
Created April 28, 2012 15:37
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>