如何在 Firebug 中监控事件?
例如,我有一个下拉框,我想查看单击该下拉框后运行的 JavaScript 代码。如何做到这一点?
问题是,如果我按下“下一个中断”按钮,它会在我单击该项目之前停止悬停事件。
For example I have a dropdown box and I want to see the javascript code that runs after clicking on that dropdown box. How to accomplish this?
The problem is that if I press button "break on next" it stops on hover event before I click on the item.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击 HTML 选项卡中的元素,然后单击“日志事件”。
Right-click the element in the HTML tab, then click Log Events.