Keith Wood Datepick inMonth Variable

时间:2013-04-05 02:23:23

标签: javascript datepicker

我正在使用Keith Wood的Datepick,并尝试使用onDate找到here函数来阻止特定的日期范围。

inMonth参数的价值和目的是什么?当我在上面链接到Keith Wood网站的“国家日”示例中包含Uncaught TypeError: Cannot read property 'dateClass' of undefined语句时,我的Rails网站会出现错误if (inMonth)

任何见解都表示赞赏。感谢。

2 个答案:

答案 0 :(得分:0)

错误是由于其他原因,但inMonth变量是为了确保onDate参数中使用的函数不适用于当前月份中显示的其他月份的日期。例如,它阻止了onDate样式在4月份的3月30日申请。

答案 1 :(得分:0)

函数onDate必须返回值 { dateClass: 'CSSclassName', selectable: true, title: ''}