如何实现“拖选” Javascript 中的功能?

发布于 2024-08-02 14:38:52 字数 79 浏览 3 评论 0原文

我想在我的项目中实现一些“拖动选择”功能,但我不确定如何实现它。

选择区域的创建不是问题,而是区域本身内元素的捕获让我感到困惑。

I would like to implement some "Drag-select" functionality into a project of mine but i'm unsure how to implement it.

The creation of the selection area is not a problem, it's the capturing of elements within the area itself which is confusing me.

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

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

发布评论

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

评论(3

梨涡 2024-08-09 14:38:52

一个 jQuery 示例在这里找到。

可选演示

A jQuery example found here.

Selectable Demo

蓝眼睛不忧郁 2024-08-09 14:38:52

如果您可以使用 jquery,则有一些插件可以执行此操作。无论如何,您可以检查元素的位置是否包含在选择区域坐标中,如果是,则选择它。

If you can use jquery there are some plugins that do this operation. Anyway you can check if the position of the element is contained into the selection area coordinates and, if it is, you select it.

冷了相思 2024-08-09 14:38:52

Script.aculo.us 有一个很好的 drag-n 实现-drop,但是你必须包含这个相当大的库。或者你可以调查他们是如何做到这一点的,因为它是开源的。

Script.aculo.us has a nice implementation of drag-n-drop, but then you have to include this rather large library. Or you could investigate how they done it for that matter, since its open-source.

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