Is it possible to change the font color of dates that fall on the weekends in jquery calendar? I try to use the class ui-datepicker-week-end but it only change the font color of Sun and Sat. What I want is to also change the color of days that falls on sun and sat.
|
feedback
|
|
You need a bit more specificity in your selector, since
You can test it here. If you're curious, the markup for day cell is like this:
| |||
|
feedback
|