Skip to content

Instantly share code, notes, and snippets.

@donwalter
donwalter / fiddle.css
Last active August 29, 2015 13:56
jQuery Mobile Slide Menu with SubMenu Options
#side-menu {
width: 165px;
height: 100%;
display: block !important;
float: left;
visibility: hidden;
background-color: #000000;
}
#side-menu ul {
margin: 0;
@donwalter
donwalter / fiddle.css
Last active December 24, 2015 08:18
jQuery Fading Slide Menu
#toggleEl {
display:none;
}
nav[role="navigation"] ul {
padding-left:0;
}
nav[role="navigation"] li {
list-style-type:none;
@donwalter
donwalter / fiddle.css
Last active December 17, 2015 14:29
jQuery Mobile Slide Menu
#side-menu {
width: 165px;
height: 100%;
display: block !important;
float: left;
visibility: hidden;
background-color: #000000;
}
#side-menu ul {
margin: 0;
@donwalter
donwalter / fiddle.html
Created April 29, 2012 17:17
jQuery Mobile Cookbook: C5R9 - Dynamic Data List - AJAX
<div data-role="page">
<div data-role="header">
<h1>Dynamic List - AJAX</h1>
</div>
<div data-role="content">
<ul data-role="listview" id="myList"></ul>
@donwalter
donwalter / fiddle.html
Created April 29, 2012 17:13
jQuery Mobile Cookbook: C5R9 - Dynamic Data List - Array
<div data-role="page">
<div data-role="header">
<h1>Dynamic List - Array</h1>
</div>
<div data-role="content">
<ul data-role="listview" id="myList"></ul>
@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>
@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: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
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 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>