aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effect/index.html
diff options
context:
space:
mode:
authorRafael Xavier de Souza <rxaviers@gmail.com>2013-05-08 09:39:27 -0300
committerRafael Xavier de Souza <rxaviers@gmail.com>2013-06-22 12:05:31 -0300
commitbfa553c42d001bf4356a1777d257e919a5fb5ea5 (patch)
tree14690353250dacc2363ffba1a772b51ee56614b0 /demos/effect/index.html
parent1f4f002cf7b4c3666e6e7e9f80414cf9b7b2c2b3 (diff)
downloadjquery-ui-bfa553c42d001bf4356a1777d257e919a5fb5ea5.tar.gz
jquery-ui-bfa553c42d001bf4356a1777d257e919a5fb5ea5.zip
Effects (core): Unite demos into the same single effect/ path
Diffstat (limited to 'demos/effect/index.html')
-rw-r--r--demos/effect/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/effect/index.html b/demos/effect/index.html
index 5da6bc612..dd1d229ac 100644
--- a/demos/effect/index.html
+++ b/demos/effect/index.html
@@ -9,6 +9,14 @@
<ul>
<li><a href="default.html">Effect showcase</a></li>
<li><a href="easing.html">Easing showcase</a></li>
+ <li><a href="addClass.html">.addClass()</a></li>
+ <li><a href="animate.html">.animate()</a></li>
+ <li><a href="hide.html">.hide()</a></li>
+ <li><a href="removeClass.html">.removeClass()</a></li>
+ <li><a href="show.html">.show()</a></li>
+ <li><a href="switchClass.html">.switchClass()</a></li>
+ <li><a href="toggle.html">.toggle()</a></li>
+ <li><a href="toggleClass.html">.toggleClass()</a></li>
</ul>
</body>