diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-01 00:27:45 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-01 00:27:45 +0000 |
commit | db5edc794f7b9479cd02a05d0fe0d690b71ffaf7 (patch) | |
tree | f3dc177b199381840bb0d9ba0ec57ee307527a2e /demos/datepicker/default.html | |
parent | 48af692c1bc73e132dd7f140e45c422ee5dc05a1 (diff) | |
download | jquery-ui-db5edc794f7b9479cd02a05d0fe0d690b71ffaf7.tar.gz jquery-ui-db5edc794f7b9479cd02a05d0fe0d690b71ffaf7.zip |
demos: touch up
Diffstat (limited to 'demos/datepicker/default.html')
-rw-r--r-- | demos/datepicker/default.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/demos/datepicker/default.html b/demos/datepicker/default.html index b0b3ac0dc..7abcbcc17 100644 --- a/demos/datepicker/default.html +++ b/demos/datepicker/default.html @@ -9,7 +9,7 @@ <link type="text/css" href="../demos.css" rel="stylesheet" /> <script type="text/javascript"> $(function() { - $("#date123").datepicker(); + $("#datepicker").datepicker(); }); </script> </head> @@ -17,12 +17,10 @@ <div class="demo"> -Date: <input type="text" id="date123" /> +<p>Date: <input type="text" id="datepicker"></p> </div><!-- End demo --> - - <div class="demo-description"> <p>This is a default datepicker which is tied to a standard form input. The calendar opens in a small overlay onFocus and closes automatically onBlur if a date if selected.</p> |