aboutsummaryrefslogtreecommitdiffstats
path: root/demos/removeClass/index.html
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2009-02-27 18:05:18 +0000
committerScott Jehl <scott@scottjehl.com>2009-02-27 18:05:18 +0000
commit1ded43162afb181eeb7c3d89d7ce18082dc7f176 (patch)
treebc6a1fffe44acc84555030bd6542491eea86c4bc /demos/removeClass/index.html
parent8f8d82782655f8a99de0101672066fcff4381da8 (diff)
downloadjquery-ui-1ded43162afb181eeb7c3d89d7ce18082dc7f176.tar.gz
jquery-ui-1ded43162afb181eeb7c3d89d7ce18082dc7f176.zip
updated demos to a standard format - class animations do not seem to work in safari (unsure why)
Diffstat (limited to 'demos/removeClass/index.html')
-rw-r--r--demos/removeClass/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/removeClass/index.html b/demos/removeClass/index.html
new file mode 100644
index 000000000..4b9471d66
--- /dev/null
+++ b/demos/removeClass/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>