日期选择器没有选择日期?
当没有为 datepicker 提供默认日期时,打开时,它今天突出显示,就好像它被选中一样。是否可以在没有预先选择任何日期的情况下打开日期选择器?
Possible Duplicate:
JQuery Datepicker - no default date
When no default date is given to datepicker, when opened, it highlights today as if it was selected. Is it possible to open datepicker without any date preselected?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法删除所选的
defaultDate
,因为它始终会选择某些内容(如果将其保留为空,它将选择今天)。然而,就功能而言,它并没有真正产生区别,因此解决它的一种方法是从日期中删除选择类,如下所示:示例: http://jsfiddle.net/niklasvh/zhVgm/
You can't remove the
defaultDate
selected, as it will always select something (if you leave it null, it will select today). However, functionality wise, it doesn't really make a difference, so one way to go around it is to just remove the selection classes from the date like this:example: http://jsfiddle.net/niklasvh/zhVgm/