I want to change the CSS of the dates when they are selected on the basis of their css, specifically class names. But I am unable to get the class name of the td
.
Any suggestions how can I get the class name? I tried onSelect
and then used .html()
, but it returns the whole HTML of datepicker
as expected.