aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effect/index.html
diff options
context:
space:
mode:
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>