nsedit/demos/effect/index.html
Mark Schouten d32092c1f0 Squashed 'jquery-ui/' content from commit 3dd8a09
git-subtree-dir: jquery-ui
git-subtree-split: 3dd8a09b441d65445f2b6a7c73e72af65445d5da
2016-08-05 12:47:57 +02:00

24 lines
719 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Effects Demos</title>
</head>
<body>
<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>
</html>