标签: jquery jquery-ui-datepicker
我正在为datepicker使用jQuery插件。我无法更改单击时选择的日期单元格的背景颜色。
我甚至修改了css但没有成功。
答案 0 :(得分:0)
jQuery的datepicker中单击的单元格具有ui-state-active类。您可以使用以下内容设置背景颜色的样式:
ui-state-active
.ui-datepicker-calendar .ui-state-active { background: red; }