engineer9090909090909090 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

How to enable Multi-date select - for inline calendar #248

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
We want to select multiple dates for an inline calendar - 
however because its inline - dpclose doesnt fire/ close button does not show.

Original issue reported on code.google.com by sharad%r...@gtempaccount.com on 2 Nov 2010 at 7:54

GoogleCodeExporter commented 8 years ago
This example should help you:
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMultiMonth4
.html

You can make that multiple select and the dateSelected event will still fire 
enabling you to do something with the selected dates...

Original comment by kelvin.l...@gmail.com on 2 Nov 2010 at 8:32