diff options
Diffstat (limited to 'demos/datepicker/buttonbar.html')
-rw-r--r-- | demos/datepicker/buttonbar.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/demos/datepicker/buttonbar.html b/demos/datepicker/buttonbar.html index d90796c8d..3b53528b6 100644 --- a/demos/datepicker/buttonbar.html +++ b/demos/datepicker/buttonbar.html @@ -9,7 +9,7 @@ <link type="text/css" href="../demos.css" rel="stylesheet" /> <script type="text/javascript"> $(function() { - $('#date123').datepicker({ + $('#datepicker').datepicker({ showButtonPanel: true }); }); @@ -19,13 +19,10 @@ <div class="demo"> -<p>Date: <input type="text" id="date123"></p> - +<p>Date: <input type="text" id="datepicker"></p> </div><!-- End demo --> - - <div class="demo-description"> <p>This example adds a bar at the bottom of the calendar with buttons for selecting Today's date and a Done button for closing the calendar. The individual buttons are on by default if the bar is added but each can be turned off via options. The button text is customizable.</p> |