aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/demos/toggle/index.html
diff options
context:
space:
mode:
authorChris Miller <christopher@ctmiller.net>2010-02-20 10:59:07 -0500
committerChris Miller <christopher@ctmiller.net>2010-02-20 10:59:07 -0500
commit50083ace2b7ada3a21889b1498399af1c3d8fc2a (patch)
tree8a515f29bb3d5b8156d3f3a55668503d699616ce /static/development-bundle/demos/toggle/index.html
downloadsnakeplan-50083ace2b7ada3a21889b1498399af1c3d8fc2a.tar.bz2
snakeplan-50083ace2b7ada3a21889b1498399af1c3d8fc2a.tar.xz
snakeplan-50083ace2b7ada3a21889b1498399af1c3d8fc2a.zip
Basic list of iterations. Needs much much more work.
Diffstat (limited to 'static/development-bundle/demos/toggle/index.html')
-rw-r--r--static/development-bundle/demos/toggle/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/development-bundle/demos/toggle/index.html b/static/development-bundle/demos/toggle/index.html
new file mode 100644
index 0000000..4b9471d
--- /dev/null
+++ b/static/development-bundle/demos/toggle/index.html
@@ -0,0 +1,17 @@
1<!doctype html>
2<html lang="en">
3<head>
4 <title>jQuery UI Effects Demos</title>
5 <link type="text/css" href="../demos.css" rel="stylesheet" />
6</head>
7<body>
8
9<div class="demos-nav">
10 <h4>Examples</h4>
11 <ul>
12 <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
13 </ul>
14</div>
15
16</body>
17</html>