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.
我正在编写一个用于预订培训设施的应用程序,并且我希望能够让预订设施的教练知道该设施何时已经为给定日期预订。
我正在使用 jquery-UI datepicker 插件,并且我希望能够为这些保留日期设置不同的表格单元格样式。我只是不知道如何将日期传递到插件中,因此我可以更改日历上这些日期的类。
我会利用 beforeShowDay 事件来处理这个问题。
http://api.jqueryui.com/datepicker/#option-beforeShowDay