Hi Everybody,
Really like datepicker. Thanks a lot for this great library!
I have got one question for you based in this example (inline datepicker):
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMultiMonth5.html
I added a "renderCallback" function to disable week days based on checkboxes... (e.g. when saturday-checkbox is checked disable all saturdays shown).
This works perfectly fine when initializing the calender with datePickerMultiMonth().
But how can I refresh the inline calender when one of the checkboxes is changed (e.g. deselect monday-checkbox)?
As-is: when I select / deselect a checkbox the datepicker remains unchanged.. only after manually changing to the next month it updates and disables e.g. all mondays... this should immediately happen when changing the monday-checkbox.
Do you have any idea how I can refresh the datepicket? Thanks a lot for your help!
Cheers, Markus