aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/index.html
blob: 22dbc13a11311ab752c4d3def5c522bd1ee981a4 (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" />
</head>
<body>

<div class="demos-nav">
	<h4>Examples</h4>
	<ul>
		<li class="demo-config-on"><a href="default.html">Default Datepicker</a></li>
		<li><a href="dropdown_month_year.html">Month &amp; year menus</a></li>
		<li><a href="buttonbar.html">Button bar</a></li>
		<li><a href="multiple_calendars.html">3 month view</a></li>
		<li><a href="inline.html">Inline</a></li>
	</ul>
</div>

</body>
</html>