如何使用 Firebug 跟踪事件?

发布于 2024-11-30 07:59:17 字数 46 浏览 0 评论 0原文

例如,当我检查元素时,我想知道绑定到元素的所有事件。我在哪里可以找到这些事件?

For instance when I inspect the element, I want to know all events bound to an element..Where can I find these?

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

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

发布评论

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

评论(5

如梦 2024-12-07 07:59:17

我不久前问了一个相关问题 ,并得到了这个答案:

You can see the jquery expression in firebug DOM Inspector using FireQuery in firefox
https://addons.mozilla.org/en-us/firefox/addon /firequery/

它对我有用!

I asked a related question a while back, and got this answer:

You can see the jquery expression in firebug DOM inspector using FireQuery in firefox
https://addons.mozilla.org/en-us/firefox/addon/firequery/

It worked for me!

橙幽之幻 2024-12-07 07:59:17

您可以在以下位置使用视觉事件书签:
http://www.sprymedia.co.uk/article/Visual+Event

它覆盖了一些代表附加到 DOM 项的每个事件的图标,您可以通过单击该图标快速检查事件的代码。

You can use the Visual Event bookmarklet at:
http://www.sprymedia.co.uk/article/Visual+Event

It overlays some icons representing each event that is attached to DOM items and you can quickly inspect the event's code by clicking on the icon.

高冷爸爸 2024-12-07 07:59:17

有 Firebug 扩展 Eventbug

Eventbug 是一个 Firebug 扩展,它列出了所有事件处理程序
在按事件类型分组的页面上...


在Chrome的开发者工具中,元素面板中有一个事件监听器选项卡,其中列出了附加到元素的所有监听器。

在此处输入图像描述

There's Firebug extension Eventbug.

Eventbug is a Firebug extension that lists all of the event handlers
on the page grouped by event type...


In Chrome's Developer Tools there is Event Listeners tab in the Elements panel, which lists all listeners attached to an element.

enter image description here

最笨的告白 2024-12-07 07:59:17

下载 fireQuery.它是一个 firebug 插件,可以显示绑定到元素的任何事件以及可能分配给该元素的任何 .data

Download fireQuery. Its a firebug addon that shows you any event that is bound to an element as well as any .data that maybe assigned to that element

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