aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dialog.html
blob: 954561cfc7afc69c2b2eecfd840194002988bcee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html lang="en">
<head>
	<title>jQuery UI Dialog Test Suite</title>

	<script type="text/javascript" src="../jquery-1.3pre.js"></script>
	<script type="text/javascript" src="../ui/ui.core.js"></script>
	<script type="text/javascript" src="../ui/ui.dialog.js"></script>
	<script type="text/javascript" src="../ui/ui.draggable.js"></script>
	<script type="text/javascript" src="../ui/ui.resizable.js"></script>

	<link   type="text/css"       href="testsuite.css" rel="stylesheet" />
	<script type="text/javascript" src="testsuite.js"></script>
	<script type="text/javascript" src="qunit/testrunner.js"></script>
	<script type="text/javascript" src="simulate/jquery.simulate.js"></script>

	<script type="text/javascript" src="dialog.js"></script>
</head>
<body>

<div id="main">
	<div id="dialog1">Dialog Content</div>
</div>

</body>
</html>