使用箭头绑定在画布上定位 Div

发布于 2024-08-27 14:37:44 字数 454 浏览 8 评论 0原文

我正在寻找一小段 javascript,它可以将可拖动 div 的 x,y 坐标附加到 div(例如,在 data-x data-y 属性中)。然后能够在它们之间绘制箭头(使用 data-targetid 属性?)。

如果解决方案看起来像 graphview 的简单版本,jsPlumbvizster 但没有复杂的库,并且仅在 javascript/html 中

I'm searching for a little piece of javascript that can attach to a div (in data-x data-y attributes for example) the x,y coordinates of a draggable div. And then be able to draw arrows between them (using a data-targetid attribute?).

If the solution can look like a simple version of graphview, jsPlumb or vizster but without the complicated library, and only in javascript/html

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

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

发布评论

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

评论(1

东北女汉子 2024-09-03 14:37:46

有一个 jQuery 版本的 jsPlumb,看起来有 14kb。您想要做的不是默认功能,您将需要一个(有点复杂的)库来完成它。如果您担心代码膨胀,我会从 jsPlumb 源代码 开始拉出你不需要的东西。

There is a jQuery version of jsPlumb, looks like it's 14kb. What you're trying to do isn't default functionality, you're going to need a (somewhat complicated) library to accomplish it. If you're concerned with code bloat I'd start with the source code of jsPlumb and start pulling out what you don't need.

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