2012-09-10 15:33:46 +00:00
|
|
|
<!doctype html>
|
2008-12-31 01:20:50 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2010-09-10 12:50:53 +00:00
|
|
|
<meta charset="utf-8">
|
2014-06-03 21:18:51 +00:00
|
|
|
<title>jQuery UI Calendar - Default functionality</title>
|
2013-12-02 18:36:12 +00:00
|
|
|
<link rel="stylesheet" href="../../themes/base/all.css">
|
2010-09-10 12:50:53 +00:00
|
|
|
<link rel="stylesheet" href="../demos.css">
|
2015-05-14 13:51:52 +00:00
|
|
|
<script src="../../external/requirejs/require.js"></script>
|
|
|
|
<script src="../bootstrap.js">
|
2014-06-03 21:18:51 +00:00
|
|
|
$( "#calendar" ).calendar();
|
2008-12-31 01:20:50 +00:00
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2014-06-03 21:18:51 +00:00
|
|
|
<div id="calendar"></div>
|
2008-12-31 01:20:50 +00:00
|
|
|
|
2010-09-10 12:50:53 +00:00
|
|
|
<div class="demo-description">
|
2014-06-03 21:18:51 +00:00
|
|
|
<p>The calendar is a widget for selecting a date using a visual calendar representation.</p>
|
2012-09-10 15:33:46 +00:00
|
|
|
</div>
|
2008-12-31 01:20:50 +00:00
|
|
|
</body>
|
|
|
|
</html>
|