aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/index.html
blob: 9d1e9668632d04d7ca45b19d0203d210627f86b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
	<title>jQuery UI Datepicker Demos</title>
	<link type="text/css" href="../demos.css" rel="stylesheet" />
	<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
	<script type="text/javascript">
	$(function() {

	})
	</script>
</head>
<body>

<dl class="nav">
	<dt>Datepicker</dt>
		<dd><a href="default.html">Default</a></dd>
</dl>

</body>
</html>