aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker/datepicker.html
blob: a0df70d74ff4cdd60ed6ac0a7beda00e1e31770d (plain)
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 Datepicker Test Suite</title>

	<script src="../../lib/css.js" data-modules="core datepicker"></script>
	<script src="../../lib/bootstrap.js" data-widget="datepicker"></script>
</head>
<body>

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

<div><input type="text" id="inp"><input type="text" id="alt"><div id="inl"></div></div>
<p><input type="text" id="inp2"></p>

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