Disable day dynamically after clicking it
Posted
by Justin
on Stack Overflow
See other posts from Stack Overflow
or by Justin
Published on 2010-06-10T16:45:53Z
Indexed on
2010/06/10
17:02 UTC
Read the original article
Hit count: 215
I have used the BeforeShowDays method to disable days on page load for my datepicker in the past. What I would like now is to click on a day, and the day should become disabled (not clickable, as if I used the BeforeShowDays method on that day).
Is there a way to accomplish this?
© Stack Overflow or respective owner