aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar/index.html
blob: 5080520c26a98fb608a18285d330d22c8ae823af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>jQuery UI Progressbar Demos</title>
</head>
<body>

<ul>
	<li><a href="default.html">Default functionality</a></li>
	<li><a href="animated.html">Animated</a></li>
	<li><a href="resize.html">Resizable progressbar</a></li>
</ul>

</body>
</html>