添加自定义按钮以在 jquery mobile 中选择弹出窗口
我使用带有多个选择选项的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不可能。您想要的是改变移动设备的用户界面。这对于本机应用程序来说几乎不可能做到,网络应用程序根本无法访问这些东西。
您可以尝试什么:
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: