diff options
author | Scott Jehl <scott@scottjehl.com> | 2009-02-26 22:50:45 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2009-02-26 22:50:45 +0000 |
commit | fd0333b66d5a413624e58a3a4eb4e7b2dfbc0d34 (patch) | |
tree | bcce4fc8d3b6e3dc67486a73bd8b1936dfa962c9 /demos/show/index.html | |
parent | 45d6a3cace39c2e98be98dc7b6e0889f4f84c778 (diff) | |
download | jquery-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.html | 17 |
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> |