gpt4 book ai didi

Javascript 起点

转载 作者:行者123 更新时间:2023-11-29 22:28:27 29 4
gpt4 key购买 nike

有没有办法让我的浏览器告诉我当我点击一个 div 时执行的第一个 JavaScript 是什么。

让我分解一下:

代码示例:

<div id='hello'> Hi There </div>
jQuery('hello').bind('click', function() { alert('hello') });

上面的代码在我点击的时候自然会显示hello。但是有没有办法让 Chrome 中的 Firebug 或控制台在第一次 JavaScript 调用时自动中断而无需显式设置断点。

在复杂的 JavaScript 网页中有很多绑定(bind),但需要数小时才能找到其背后的实际代码。

最佳答案

您可以使用 console.log($(element).data("events")); 获取元素的所有事件

关于Javascript 起点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8163450/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com