火虫事件
如何在 firebug 中查找事件?我想使用 fire bug 找出页面中有多少个事件。
How do a look for the events in firebug? I want to find out how many events that are their in the page using fire bug.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你想查找网页上的所有事件,你可以使用 Firebug 的 EventBug 插件 http:// /getfirebug.com/wiki/index.php/Firebug_Extensions#Eventbug
但是如果你想调试它,你可以使用 Google Chrome 中的事件侦听器断点http://code.google.com/intl /ru-RU/chrome/devtools/docs/scripts-breakpoints.html#listeners
If you want to look for all events on web page you may use EventBug plugin for firebug http://getfirebug.com/wiki/index.php/Firebug_Extensions#Eventbug
But if you want debug it you may use Event Listener Breakpoints in Google Chrome http://code.google.com/intl/ru-RU/chrome/devtools/docs/scripts-breakpoints.html#listeners