用于选择器的 jQuery 小书签

发布于 2024-09-29 11:26:57 字数 1536 浏览 5 评论 0原文

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

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

发布评论

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

评论(1

颜漓半夏 2024-10-06 11:26:57

查看 jQuerify。它将 jQuery 作为书签加载,之后您可以与 DOM 进行交互。 Firebug Lite 中也存在同样的内容。

只需向主体添加一个侦听器来侦听第一次鼠标按下/单击某个元素并将其存储在某些数据结构(如数组)中。您可能可以将事件链接在一起以尝试将其到达您想要的位置。

根据您正在做的事情,您也可以使用元素的坐标进行一些空间检测。

Check out jQuerify. It loads jQuery as a bookmarklet, after which you can interact with the DOM. The same sort of stuff exists in Firebug Lite.

Just add a listener to the body to listen for the first mousedown/click on an element and store it in some data structure (like an array). You could probably chain events together to try to get it where you want.

Depending what you're doing, you could do some spatial detection using the coordinates of the element too.

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