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.
Hi, i'm having troubles when i try to select more than 2 dates. When I select the 3rd date, the datepicker refresh to the start date and when I try...
This plugin onChangeMonthYear event is not available. I have added, method and written logic now it is working. Please check and update [jquery-ui.multidatespicker.txt](https://github.com/dubrox/Multiple-Dates-Picker-for-jQuery-UI/files/5388525/jquery-ui.multidatespicker.txt)
When im try to add empty array i have error: Uncaught Error: Empty array of dates received. at Function.error (jquery-2.2.4.min.js:4) at HTMLDivElement.addDates (jquery-ui.multidatespicker.js:321) at HTMLDivElement.init (jquery-ui.multidatespicker.js:165) at HTMLDivElement. (jquery-ui.multidatespicker.js:470) at...
Good day, I'm facing this issue, which is the calendar jump to the current month after I select two dates in months after. This happens when I use to view...
Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...
Fixes a possible thrown error: Uncaught TypeError: Cannot read property 'input' of null
Hajlo Dubrox, and everyone else! I'm having huge issues with slow responses on selecting days on a full year view, it takes nearly a second for a click to toggle...
I have an issue that if I mix the autoSelectRange (Days Range) with NoWeekends. The Weekends still taken. Here is the JS ```javascript $('#mdp-demo').multiDatesPicker({ numberOfMonths: [1,2], mode: 'daysRange', autoselectRange: [0,30],...
When bound to an input tag the picker 'flashes' (seems to visually refresh itself) after each click on a date. Also, when changing months and selecting one date, control jumps...