aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/index.html
blob: 4d28ea506aaffe3fc9726bec0226e74b225eceac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
	<title>jQuery UI Slider Demos</title>
	<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
	<script type="text/javascript">
	$(function() {

	})
	</script>
</head>
<body>

<dl>
	<dt>Slider</dt>
		<dd><a href="default.html">Default</a></dd>
</dl>

</body>
</html>