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.
我想要做的是在<td>所选日期添加一个类。
<td>
我以为我可以使用onSelect,但它只给了我日期字符串或当前 datepicker 实例,即整个日历。
onSelect
然后我尝试向<td>元素添加一个事件,因此当我单击日期时,我可以获取元素并向其添加一个类。在我的事件中,元素的类改变了,但是一旦完成,类就变回了 jQuery ui 类。所以我认为我的事件实际上是在 jQuery-ui datepicker click 事件之前触发的,所以它覆盖了我的类。有什么我想念的吗?
When td is clicked you can try to setTimeout and after a while set the css class.
td
setTimeout