aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/dropdown_month_year.html
diff options
context:
space:
mode:
authorTodd Parker <fg.todd@gmail.com>2008-12-30 16:45:42 +0000
committerTodd Parker <fg.todd@gmail.com>2008-12-30 16:45:42 +0000
commit8ea536f5c9c82ced4d682f5d7a1904da55fc430d (patch)
treead01c8725fe287df36e6d1c74a2074fb3873632f /demos/datepicker/dropdown_month_year.html
parent7b36620e6cd651cbf36904e853330fb752a207eb (diff)
downloadjquery-ui-8ea536f5c9c82ced4d682f5d7a1904da55fc430d.tar.gz
jquery-ui-8ea536f5c9c82ced4d682f5d7a1904da55fc430d.zip
Added wrappers for demo and description for each page.
Diffstat (limited to 'demos/datepicker/dropdown_month_year.html')
-rw-r--r--demos/datepicker/dropdown_month_year.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/demos/datepicker/dropdown_month_year.html b/demos/datepicker/dropdown_month_year.html
index b5f7baa6e..6085137c4 100644
--- a/demos/datepicker/dropdown_month_year.html
+++ b/demos/datepicker/dropdown_month_year.html
@@ -15,9 +15,19 @@
</head>
<body>
+<div class="demo">
<p>Date: <input type="text" id="date123"></p>
+</div><!-- End demo -->
+
+
+
+<div class="demo-description">
+
+<p>This datepicker has an optional month and year dropdown added to make it easier to navigate through large timeframes. This is done by adding the changeMonth:true and changeYear:true options.</p>
+
+</div><!-- End demo-description -->
</body>
</html>