aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/index.html
blob: 5fab013033589b8356a71454aec12ca6f3d76e90 (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
<!doctype html>
<html lang="en">
<head>
	<title>jQuery UI Slider 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 single slider</a></li>
		<li><a href="steps.html">Snap to every 50 steps</a></li>
		<li><a href="range.html">Range slider</a></li>
		<li><a href="rangemin.html">Range with fixed min</a></li>
		<li><a href="rangemax.html">Range with fixed max</a></li>
		<li><a href="slider_vertical.html">Vertical single slider</a></li>
		<li><a href="range_vertical.html">Vertical range slider</a></li>
		<li><a href="multiple_vertical.html">Multiple vertical sliders</a></li>
	</ul>
</div>

</body>
</html>