highlight dates without using beforeShowDay and onChangeMonthYear from a dates array
Hi,
we have a requirement to have a calendar, three dropdowns for
committee, month and year (Not within calendar) and
a GO button.
I need to highlight the dates on the calendar when the user selects
the dropdowns and clicks Go button.
I am currently getting dates array from the server whenever the user
clicks Go button.
But, I am not sure how to highlight the dates using this array?
I have already implemented this functionality having the month and
year dropdowns within calendar and using beforeShowDay and
onChangeMonthYear event handling.but the client is keen to have these
dropdowns seperately from the calendar.
I appreciate any help in this regard.
Cheers,
Dandu.