Jquery-mobile 的 Multiselect 控件

发布于 2024-12-18 13:11:50 字数 44 浏览 0 评论 0原文

我们如何实现在 jquery-mobile 框架的多选控件中选择所有选项?

How can we achieve to select all options in a multiselect control of the jquery-mobile framework?

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

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

发布评论

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

评论(1

淡笑忘祈一世凡恋 2024-12-25 13:11:50

让我们换个方式问这个问题。我们怎样才能最好地为用户提供一种在 jquery mobile 中选择多个相关项目的方法。选择下拉菜单一开始就呈现出它们自己的用户体验失败之处,因为它们需要用户进行工作才能查看选项是什么。移动设备只会因其不同的控制实现而使问题更加复杂。

相反,请尝试使用分组复选框。 http://jquerymobile.com/demos/1.0/docs/forms/checkboxes/

您将能够更好地控制信息的显示方式,并且用户会发现更容易同时查看所有选项。

Let us ask the question another way. How can we best give users a way to select multiple related items in jquery mobile. Select dropdowns present their own UX failings to begin with in that they require work on the part of the user to see what the options even are. Mobile devices only compound the issue with their differing implementations of the control.

Instead, try this using grouped checkboxes. http://jquerymobile.com/demos/1.0/docs/forms/checkboxes/

You will have more control over how the information is displayed and users will find it easier to see all the options at once.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文