获取文本区域中插入符号的 XY 坐标

发布于 2024-10-18 09:51:42 字数 262 浏览 3 评论 0原文

是否有任何好的 JQuery/JS 解决方案来获取文本区域中插入符号的绝对位置(以 X/Y 坐标或顶部/左侧坐标给出)。
keyDown JQuery 函数的本机事件对象给出了光标的 x/y 坐标,我想要与工作插入符上的工作类似的东西。

我的目标是添加一个浮动 HTML 元素,该元素将相对于工作插入符位置定位,因此我需要以某种方式获取其位置。



我需要解决方案来处理 TextArea 元素,但任何可编辑 html 元素的通用解决方案会更好!

Is there any good JQuery/JS solution to get the absolute position of a caret in text area (given in X/Y coordinates OR top/left coordinates).
The native Event object of keyDown JQuery function gives the x/y coordinates of the cursor and I want something similar the works on the working caret.

My goal is to add a floating HTML element the will be positioned relatively to the working caret position so I need to somehow get its position.

I need the solution to work on TextArea elements but a general solution to any editable html element would be even better!

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

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

发布评论

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

评论(1

回眸一笑 2024-10-25 09:51:42

可能你想用

替换

may be you want replace <textarea> with <div contenteditable="true">, it has almost the same behavior, and you can get coordinates by conventional way.

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