添加自定义按钮以在 jquery mobile 中选择弹出窗口

发布于 2024-11-29 08:40:22 字数 161 浏览 0 评论 0原文

我使用带有多个选择选项的 jquery Mobile 和 data-native-menu 作为 false。默认行为是用户可以选择多个选项,然后单击屏幕上的其他任何位置即可设置值。我想改变这一点。 我想在选择弹出窗口的底部添加一个按钮。仅当单击此按钮时,才会应用所选的值。关于如何实现这一目标有什么想法吗?

I am using the jquery Mobile with multiple select option and data-native-menu as false. The default behavior is that the user can select multiple options and on clicking anywhere else on the screen, the values are set. I want to change this.
I want to add a button at the bottom of the select popup. Only on click of this button, the values selected should be applied. Any ideas as to how I can achieve this?

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

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

发布评论

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

评论(1

北恋 2024-12-06 08:40:22

不可能。您想要的是改变移动设备的用户界面。这对于本机应用程序来说几乎不可能做到,网络应用程序根本无法访问这些东西。

您可以尝试什么:

  1. 如果您的应用程序针对特定设备,您可以测量选择弹出窗口的高度。
  2. 创建一个正好位于弹出窗口上方的工具栏。添加一个按钮(例如“完成”)。
  3. 添加一个侦听器,以便当用户按下“完成”按钮时您会收到通知 =)!

It can't be. What you want is changing the UI of mobile devices. That's hardly possible to do for native apps, web apps have no access to these things at all.

What you could try:

  1. If your app is targeted for specific devices, you can measure the height of the selection-popup.
  2. Create a toolbar that fits exactly above the popup. Add a button to it (eg. 'Done').
  3. Add a listener so you get notified when the user presses the 'Done'-button =)!
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文