mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
demos: linked effects on index, added folders + index files for effects
This commit is contained in:
parent
30e4470a2c
commit
50b1aa247c
17
demos/effects-easing/index.html
Normal file
17
demos/effects-easing/index.html
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>jQuery UI Effects - Easings Demos</title>
|
||||||
|
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="demos-nav">
|
||||||
|
<h4>Examples</h4>
|
||||||
|
<ul>
|
||||||
|
<li class="demo-config-on"><a href="default.html">Default</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
17
demos/effects-general/index.html
Normal file
17
demos/effects-general/index.html
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>jQuery UI Effects - General Demos</title>
|
||||||
|
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="demos-nav">
|
||||||
|
<h4>Examples</h4>
|
||||||
|
<ul>
|
||||||
|
<li class="demo-config-on"><a href="default.html">Default</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
17
demos/effects/index.html
Normal file
17
demos/effects/index.html
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>jQuery UI Effect Show/Hide Demos</title>
|
||||||
|
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="demos-nav">
|
||||||
|
<h4>Examples</h4>
|
||||||
|
<ul>
|
||||||
|
<li class="demo-config-on"><a href="default.html">Default</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -85,9 +85,9 @@
|
|||||||
<dd><a href="slider/index.html">Slider</a></dd>
|
<dd><a href="slider/index.html">Slider</a></dd>
|
||||||
<dd><a href="tabs/index.html">Tabs</a></dd>
|
<dd><a href="tabs/index.html">Tabs</a></dd>
|
||||||
<dt>Effects</dt>
|
<dt>Effects</dt>
|
||||||
<dd><a href="#">Easing</a></dd>
|
<dd><a href="effects_easing/index.html">Easing</a></dd>
|
||||||
<dd><a href="#">General</a></dd>
|
<dd><a href="effects_general/index.html">General</a></dd>
|
||||||
<dd><a href="#">Show/Hide</a></dd>
|
<dd><a href="effects/index.html">Show/Hide</a></dd>
|
||||||
</dl>
|
</dl>
|
||||||
</td>
|
</td>
|
||||||
<td class="normal">
|
<td class="normal">
|
||||||
|
Loading…
Reference in New Issue
Block a user