我正在使用 rpn (http://www.knockmeout.net/2011/07/another-look-at-custom-bindings-for.html) 制作的日期选择器绑定。在整合 beforeShowDay 事件时,我有点挣扎。
我想突出显示日历中的日子,所以我添加
beforeShowDay: function (currentDay) { //logic if currentDay is within observableArray then highlight };
但该逻辑取决于来自 ajax 调用的数据(observableArray)。
当 beforeShowDay 函数中使用的 observableArray 更新时,我如何告诉 datepicker 更新其突出显示的日期?