Skip to content

Instantly share code, notes, and snippets.

@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>
@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 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: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: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:33
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>
@donwalter
donwalter / fiddle.html
Last active December 20, 2017 00:41
jQuery Mobile Cookbook: C5R2 - Split Button List
<div data-role="page">
<div data-role="header">
<h1>Split Button</h1>
</div>
<div data-role="content">
<ul data-role="listview" data-split-icon="star" data-split-theme="c">
<li>
@donwalter
donwalter / fiddle.html
Created April 29, 2012 03:23
jQuery Mobile Cookbook: C5R1 - Basic List
<div data-role="page">
<div data-role="header">
<h1>Basic List</h1>
</div>
<div data-role="content">
<ul data-role="listview">
<li><a href="band.html">Ben Folds Five</a></li>
@donwalter
donwalter / fiddle.html
Created April 29, 2012 03:29
jQuery Mobile Cookbook: C5R1 - Numbered List
<div data-role="page">
<div data-role="header">
<h1>Numbered List</h1>
</div>
<div data-role="content">
<ol data-role="listview">
<li><a href="band.html">Ben Folds Five</a></li>
@donwalter
donwalter / fiddle.html
Created April 29, 2012 03:41
jQuery Mobile Cookbook: C5R1 - Read-Only List
<div data-role="page">
<div data-role="header">
<h1>Read-Only List</h1>
</div>
<div data-role="content">
<ul data-role="listview">
<li>Ben Folds Five</li>