可选择的jquery ui是否可以强制按顺序选择

发布于 2024-09-15 03:39:34 字数 279 浏览 4 评论 0原文

我想使用 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 技术交流群。

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

发布评论

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

评论(1

萤火眠眠 2024-09-22 03:39:34

拖动并选择 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.

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