JQuery Mobile DateBox 日历关闭按钮

发布于 2024-11-08 07:51:56 字数 102 浏览 1 评论 0原文

我正在使用 JQuery Mobile DateBox 日历对话框。

我的问题是日历弹出窗口没有关闭按钮。

知道如何才能显示关闭按钮吗?

谢谢

I am using JQuery Mobile DateBox Calendar dialog.

My problem is that the Calendar popup has no close button.

Any idea of how I could get the close button to show please?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

何必那么矫情 2024-11-15 07:51:56

如果您使用强制对话框选项,我相信它有关闭按钮选项

查看高级选项演示

看起来开发人员还添加了一堆新功能:

http://dev.jtsage.com/jQM-DateBox/

If you use the force dialog option I believe it has the close button option

Look under the Advanced Options Demo

Also looks like the developer has added a bunch of new functionality as well:

http://dev.jtsage.com/jQM-DateBox/

忘你却要生生世世 2024-11-15 07:51:56

可以给一下调用代码吗?假设它是在输入字段中完成的,您可以给它一个 ID 并创建一个按钮:

<input type='submit' title='Close date picker' onclick='function() { $(#dateboxid).hide;}'>

Can you give the calling code? Assuming it's done in an input field, you could give it an ID and make a button:

<input type='submit' title='Close date picker' onclick='function() { $(#dateboxid).hide;}'>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文