aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/index.html
blob: 0da4d4ba5d0a90c49f9fc7d4a8d8f46c581d10d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
	<title>jQuery UI Datepicker Demos</title>
	<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>
<body>

<dl class="demos-nav">
	<dt>Datepicker</dt>
		<dd><a href="default.html">Default datepicker</a></dd>
		<dd><a href="dropdown_month_year.html">Month & year menus</a></dd>
		<dd><a href="buttonbar.html">Today & Done button bar</a></dd>
		<dd><a href="multiple_calendars.html">3 month view</a></dd>
		<dd><a href="inline.html">Inline datepicker</a></dd>
</dl>

</body>
</html>