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

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

<dl class="nav">
	<dt>Progressbar</dt>
		<dd><a href="default.html">Default</a></dd>
</dl>

</body>
</html>