aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable/index.html
blob: cff8fe70f9054438782679eb3fe2d10038e19fab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en">
<head>
	<title>jQuery UI Resizable Demos</title>
	<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>
<body>

<dl class="demos-nav">
	<dt>Resizable</dt>
		<dd><a href="default.html">Default</a></dd>
		<dd><a href="alsoresize.html">Also Resize</a></dd>
		<dd><a href="animate.html">Animate</a></dd>
		<dd><a href="aspectratio.html">Aspect Ratio</a></dd>
		<dd><a href="containment.html">Containment</a></dd>
		<dd><a href="delay.html">Delay</a></dd>
		<dd><a href="distance.html">Distance</a></dd>
		<dd><a href="ghost.html">Ghost</a></dd>
		<dd><a href="grid.html">Grid</a></dd>
		<dd><a href="max.html">Max Height / Width</a></dd>
		<dd><a href="min.html">Min Height / Width</a></dd>
</dl>

</body>
</html>