Jquery-mobile 的 Multiselect 控件
我们如何实现在 jquery-mobile 框架的多选控件中选择所有选项?
How can we achieve to select all options in a multiselect control of the jquery-mobile framework?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
让我们换个方式问这个问题。我们怎样才能最好地为用户提供一种在 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.