jquery-ui/demos/progressbar/index.html
2009-01-31 06:08:17 +00:00

20 lines
433 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Progressbar 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 functionality</a></li>
<li><a href="animated.html">Animated</a></li>
<li><a href="resize.html">Resizable progressbar</a></li>
</ul>
</div>
</body>
</html>