Multiple-Dates-Picker-for-jQuery-UI
Multiple-Dates-Picker-for-jQuery-UI copied to clipboard
MDP is a little plugin that enables jQuery UI calendar to manage multiple dates.
I need to preload some dates but the dates are not in the present month. I ran the "Preset Dates" script and changed the "new date()" to "new date( '...
When applying multiple colors to the date picker when using beforeShowDay and having a maxPicks set to the calendar the dates listed in the beforeShowDay colorize function do not apply...
Not able to select multiple dates even after following each and every Steps , Support for this would be appreciated Thank you
The zip download at [dubrox.github.io](https://github.com/dubrox/Multiple-Dates-Picker-for-jQuery-UI/archive/latest.zip) contains version 1.6.4 of `jquery-ui.multidatespicker.js` instead of the current version 1.6.6 You should update that zip, because I just spent about 2 hours tracking down...
The default jQuery UI DatePicker only allows for one date to be picked and therefore only supports a onSelect event (theres no deselect, just a select of a different date)...
Hello, I can set maximum picks. But how can I set minimum picks? I would like to set for example minimum 3 picks, but unlimited maximum. Thank you very much.
Hey, is any "right" way to disable all dates except couple I have in list? I have couple years in calendar but I need to enable only some dates. What...
Hello all, first init datepicker with option disabled true, when select other dropdown to activate datepicker with option disabled false and others option, not working to click in calendar. ```...
Error shown while executing: return $.multiDatesPicker._hideDatepicker.apply(this, arguments); Line 489
The calander currently starts on a sunday as in  For easy comparison with other visual calanders it would be great to pass an option to start the calander on...