aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/jquery-patch/jquery-patch.html
blob: 53ce97c9bf8ac1b15ccf390627f3f0737f12b94e (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>
	<meta charset="utf-8">
	<title>jQuery UI Legacy jQuery Core patches Test Suite</title>

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

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

<form id="main">
	<input id="input1">
	<input id="input2">
	<input id="input3">
	<input id="input4">
</form>

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