Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 datepicker 使用 jQuery 插件。我无法更改单击时选择的日期单元格的背景颜色。
我什至修改了css但没有成功。
jQuery 的 datepicker 中被点击的单元格有一个ui-state-active. 您可以使用以下方式设置背景颜色的样式:
ui-state-active
.ui-datepicker-calendar .ui-state-active { background: red; }