可选择的jquery ui是否可以强制按顺序选择
我想使用 jQuery 的(或类似的)可选择功能: http://jqueryui.com/演示/可选/#display-grid。但是,我希望能够强制选择。
例如,对于网格,如果用户从 1 开始并拖动到项目 6,则仅选择 1、2、5 和 6。但是,我希望选择 3 和 4,因为它们位于 1 和 6(起点和终点)之间。在网上找不到任何实现。谢谢。
I want to use jQuery's (or something similar) selectable functionality: http://jqueryui.com/demos/selectable/#display-grid. However, I would like to be able to force selections.
For example, for the grid, if a user starts at 1 and drags to item 6 only 1,2,5, and 6 are selected. However, I want 3 and 4 to be selected because they are between 1 and 6 (the start and stop points). Couldn't find any implementation of this online. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
拖动并选择 1-4,然后使用 Ctrl 拖动并选择 5-6。它无需任何额外的编码即可完成此操作。
Drag and select 1-4 and then use the Ctrl to drag and select 5-6. It does it without any additional coding.