diff options
author | Keith Wood <kbwood.au@gmail.com> | 2009-06-21 07:28:51 +0000 |
---|---|---|
committer | Keith Wood <kbwood.au@gmail.com> | 2009-06-21 07:28:51 +0000 |
commit | 3b5c91fdc668bd02cfb0293cf167f05a5c5b4b86 (patch) | |
tree | 1c0730894087b648203750643e0f2cf01e6cdbaa /demos/datepicker/index.html | |
parent | 82df8dbf533f2b44602e33c4201d7fe8475be919 (diff) | |
download | jquery-ui-3b5c91fdc668bd02cfb0293cf167f05a5c5b4b86.tar.gz jquery-ui-3b5c91fdc668bd02cfb0293cf167f05a5c5b4b86.zip |
Datepicker. Fixed #3657 showOtherMonths should allow the selection of days from other months
Diffstat (limited to 'demos/datepicker/index.html')
-rw-r--r-- | demos/datepicker/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/datepicker/index.html b/demos/datepicker/index.html index c71922f2b..9cce296e7 100644 --- a/demos/datepicker/index.html +++ b/demos/datepicker/index.html @@ -17,6 +17,7 @@ <li><a href="inline.html">Display inline</a></li> <li><a href="buttonbar.html">Display button bar</a></li> <li><a href="dropdown-month-year.html">Display month & year menus</a></li> + <li><a href="other-months.html">Dates in other months</a></li> <li><a href="multiple-calendars.html">Display multiple months</a></li> <li><a href="icon-trigger.html">Icon trigger</a></li> <li><a href="event-search.html">Event Search</a></li> |