Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上我们有一个巨大的项目,我们有一个有时会被触发的事件处理程序,而其他一些则不是。我认为这是因为在代码丛林的某个地方,我们正在处理那个事件,所以它不会冒泡到我们需要的地方。无论如何要找出它在哪里被处理?
谢谢!
您是否尝试使用 Snoop ......有一个事件选项卡告诉我们事件在哪里冒泡以及在哪里处理......