mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Merge commit 'd32092c1f0
' as 'jquery-ui'
This commit is contained in:
commit
b23131fdc2
717 changed files with 518330 additions and 0 deletions
24
jquery-ui/demos/effect/index.html
Normal file
24
jquery-ui/demos/effect/index.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue