aboutsummaryrefslogtreecommitdiffstats
path: root/tests/static/progressbar.html
blob: c9d4eb56b33041b6cc488f8cae353dcdace8406a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html>
<head>
	<title>jQuery UI Progressbar Static Markup Test Page</title>
	<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css" />
		<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
		<script type="text/javascript" src="static_helpers.js"></script>
</head>
<body style="font-size: 62.5%;">

<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="13">
	<div class="ui-progressbar-value ui-state-default ui-corner-left" style="width:13%;"></div>
</div>

</body>
</html>