0

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

参数的值和用途是inMonth什么?当我在上面指向 Keith Wood 网站的链接中包含“国庆日”示例中看到Uncaught TypeError: Cannot read property 'dateClass' of undefined的声明时,我的 Rails 网站给出了错误。if (inMonth)

任何见解都值得赞赏。谢谢。

4

2 回答 2

0

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

于 2013-04-09T13:19:22.870 回答
0

函数 onDate 必须返回值看起来像这样 { dateClass: 'CSSclassName', selectable: true, title: ''}

于 2015-03-16T11:20:35.410 回答