JQueryMobile DatePicker,如何在焦点文本框上显示日期选择器

发布于 2024-12-28 08:51:43 字数 505 浏览 1 评论 0原文

我想做什么?

让 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

铜锣湾横着走 2025-01-04 08:51:43

您可以在 options 中将 noButtonFocusMode 设置为 true

<input name="mydate" id="mydate" type="date" data-role="datebox"
   data-options='{"mode": "flipbox","noButtonFocusMode": true}'>

You could set noButtonFocusMode to true in options

<input name="mydate" id="mydate" type="date" data-role="datebox"
   data-options='{"mode": "flipbox","noButtonFocusMode": true}'>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文