aboutsummaryrefslogtreecommitdiffstats
path: root/demos/show/index.html
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2009-02-26 22:50:45 +0000
committerScott Jehl <scott@scottjehl.com>2009-02-26 22:50:45 +0000
commitfd0333b66d5a413624e58a3a4eb4e7b2dfbc0d34 (patch)
treebcce4fc8d3b6e3dc67486a73bd8b1936dfa962c9 /demos/show/index.html
parent45d6a3cace39c2e98be98dc7b6e0889f4f84c778 (diff)
downloadjquery-ui-fd0333b66d5a413624e58a3a4eb4e7b2dfbc0d34.tar.gz
jquery-ui-fd0333b66d5a413624e58a3a4eb4e7b2dfbc0d34.zip
added effect method folders / pages
Diffstat (limited to 'demos/show/index.html')
-rw-r--r--demos/show/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/show/index.html b/demos/show/index.html
new file mode 100644
index 000000000..4b9471d66
--- /dev/null
+++ b/demos/show/index.html
@@ -0,0 +1,17 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <title>jQuery UI Effects Demos</title>
+ <link type="text/css" href="../demos.css" rel="stylesheet" />
+</head>
+<body>
+
+<div class="demos-nav">
+ <h4>Examples</h4>
+ <ul>
+ <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
+ </ul>
+</div>
+
+</body>
+</html>