Jquery日期选择器所有日期显示为无法选择

时间:2015-10-02 09:22:50

标签: javascript jquery datepicker

我在我的网站上实现了jquery日期选择器,并且所有日期似乎都显示为无法选择。

以下是输出的代码

<td class=" ui-datepicker-week-end ui-datepicker-other-month ui-datepicker-unselectable ui-state-disabled">&nbsp;</td>

请帮忙

2 个答案:

答案 0 :(得分:0)

尝试删除&#34; ui-datepicker-unselectable&#34;。还有,#ui-state-disabled&#34;如果这还不够。

答案 1 :(得分:0)

在项目中搜索“ui-datepicker-unselectable”和“ui-state-disabled”的字符串。在结果中,您应该找到添加这些不需要的类的确切位置。修改代码以不添加这些类。如果这还不够,请调试Javascript并在代码中找到添加类的确切位置。