JQueryMobile DatePicker,如何在焦点文本框上显示日期选择器
我想做什么?
让 jqueryMobile 日期选择器(翻转样式)在用户单击日期文本框时显示日期选择器,但我无法按照我喜欢的方式行事。
简单的翻转样式日期选择器可以在这里找到 http://dev.jtsage.com/ jQM-DateBox/demos/flip/
我的目标行为就像位于此处的行为 http://mobipick.sustainablepace.net/demo.html
我需要什么帮助?
创建 jquery 代码,以使第一个链接的日期选择器 (JQueryMobile) 的行为与第二个链接的日期选择器相同。 (移动拾取)
What am I trying to do?
Have the jqueryMobile datepicker (flip style) show the datepicker when the user clicks on the date textbox, but I cant seam to behaving the way I like.
The simple flip style date picker can be found here http://dev.jtsage.com/jQM-DateBox/demos/flip/
The behavior I am aiming for is like the one that is located here
http://mobipick.sustainablepace.net/demo.html
What I need help with?
Creating the jquery code, to make the first link's date picker (JQueryMobile), behave as the second one. (mobipick)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在
options
中将noButtonFocusMode
设置为true
You could set
noButtonFocusMode
totrue
inoptions