diff options
author | Rafael Xavier de Souza <rxaviers@gmail.com> | 2013-05-08 09:39:27 -0300 |
---|---|---|
committer | Rafael Xavier de Souza <rxaviers@gmail.com> | 2013-06-22 12:05:31 -0300 |
commit | bfa553c42d001bf4356a1777d257e919a5fb5ea5 (patch) | |
tree | 14690353250dacc2363ffba1a772b51ee56614b0 /demos/effect/index.html | |
parent | 1f4f002cf7b4c3666e6e7e9f80414cf9b7b2c2b3 (diff) | |
download | jquery-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.html | 8 |
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> |