aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effect/index.html
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2009-02-26 22:27:15 +0000
committerScott Jehl <scott@scottjehl.com>2009-02-26 22:27:15 +0000
commit45d6a3cace39c2e98be98dc7b6e0889f4f84c778 (patch)
treec7601f7216217e3566dc2210ada550c53defbdc4 /demos/effect/index.html
parente744869d8f5d70a2e4b8d6aea90bfd201836aaca (diff)
downloadjquery-ui-45d6a3cace39c2e98be98dc7b6e0889f4f84c778.tar.gz
jquery-ui-45d6a3cace39c2e98be98dc7b6e0889f4f84c778.zip
effect method demos page - possibly a good solution for this
Diffstat (limited to 'demos/effect/index.html')
-rw-r--r--demos/effect/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/effect/index.html b/demos/effect/index.html
new file mode 100644
index 000000000..fbd0597bc
--- /dev/null
+++ b/demos/effect/index.html
@@ -0,0 +1,17 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <title>jQuery UI Effect 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>