如何显示jquery日期选择器?
我正在尝试在侧栏中显示 JQuery ui datepicker 日历,并且我希望日历始终显示。 目前,我似乎只能在字段获得焦点或单击图标时执行此操作。
如何让日历显示在侧边栏块中,而无需等待焦点事件并在选择日期时消失?
I am trying to display JQuery ui datepicker calendar in a side bar and I would like the calendar to show all the time.
At the moment I only seem to be able to do that whenever a field receives focus or when the icon is clicked.
How can I get the calendar to appear in a sidebar block without waiting for a focus event and disappearing when a date is selected?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 DIV 而不是输入上调用
datepicker()
。http://jqueryui.com/demos/datepicker/#inline
从 jQuery UI 站点:
Call
datepicker()
on a DIV instead of an input.http://jqueryui.com/demos/datepicker/#inline
From the jQuery UI site:
查看内联模式
check out inline mode