获取页面上发生的所有事件

时间:2018-06-13 10:53:28

标签: javascript jquery javascript-events event-handling addeventlistener

有没有办法知道JavaScript中TimelineEventDocument上发生的所有事件,而不是逐个浏览它们?

而不是遍历所有事件并执行此操作:

document

是否有一个函数我可以在页面中调用最后一个东西,它给出了一个在某个DOM上调用的所有事件的数组(在这种情况下为document.onDocumentContentLoaded = function(e) { documentLoaded = true }; document.onmousewheel = function(e) { mouseWheel = true; }; )?

document

0 个答案:

没有答案