选择坐标为 (x,y) 的元素

发布于 2024-12-10 19:00:28 字数 63 浏览 0 评论 0原文

有没有办法使用 jquery 的 (x,y) 坐标或任何其他方式来选择元素。除了遍历所有页面元素并比较坐标之外。

Is there a way to select an element using it's (x,y) coordinates with jquery or in any other way. other than going through all the page elements and comparing coordinates.

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

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

发布评论

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

评论(2

归途 2024-12-17 19:00:28

您需要使用document.elementFromPoint()。请注意,这不是 jQuery 特定的。 quirksmode 的参考和兼容性指南。

You need to use document.elementFromPoint(). Note that this is not jQuery specific. Reference and compatibility guidance on quirksmode.

送你一个梦 2024-12-17 19:00:28

尝试这个,跨浏览器工作

Try this, works cross browser

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