datepicker onSelect 已经选择了日期

datepicker onSelect have selected day

如何在 onSelect 方法中获取当前元素(td)?

如果不清楚,我想将特定的 class(例如 .active)添加到当前所选日期的父 td(其中有 ui-state-active class).

jQuery 实际上可以通过将 ui-datepicker-current-day class 添加到 select 的 table 单元格来简化此操作。无需额外代码。

例如

<td class=" ui-datepicker-days-cell-over  ui-datepicker-current-day" data-handler="selectDay" data-event="click" data-month="2" data-year="2015">
    <a class="ui-state-default ui-state-active" href="#">20</a>
</td>