diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-19 22:42:58 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-19 22:42:58 +0000 |
commit | f2fb805e1832dd579bac7fa7171192028e6b0c32 (patch) | |
tree | 9518c99d5643c714f0fb1054b67bdda98ab465c2 /demos/datepicker/default.html | |
parent | 986505846ed27d34962353a967d1689cbdda4969 (diff) | |
download | jquery-ui-f2fb805e1832dd579bac7fa7171192028e6b0c32.tar.gz jquery-ui-f2fb805e1832dd579bac7fa7171192028e6b0c32.zip |
updated the demo captions, and reordered the examples navigation
Diffstat (limited to 'demos/datepicker/default.html')
-rw-r--r-- | demos/datepicker/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/datepicker/default.html b/demos/datepicker/default.html index a9d915d4b..8872c7eb8 100644 --- a/demos/datepicker/default.html +++ b/demos/datepicker/default.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Datepicker - Default Demo</title> + <title>jQuery UI Datepicker - Default functionality</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.3.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> @@ -23,7 +23,7 @@ <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> +<p>The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value.</p> </div><!-- End demo-description --> |