File: progressbar.html

package info (click to toggle)
jqueryui 1.13.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,916 kB
  • sloc: javascript: 52,482; php: 584; xml: 104; makefile: 76
file content (20 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (7)
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>
	<meta charset="utf-8">
	<title>jQuery UI Progressbar Test Suite</title>

	<script src="../../../external/requirejs/require.js"></script>
	<script src="../../lib/css.js" data-modules="core progressbar"></script>
	<script src="../../lib/bootstrap.js" data-widget="progressbar"></script>
</head>
<body>

<div id="qunit"></div>
<div id="qunit-fixture">

<div id="progressbar"></div>

</div>
</body>
</html>