I have too many Javascript files associated with my web page and I would like to know all the events that an element is associated to. It's for debugging purpose.
For example, I want to know which events are associated with a span with a class class-span
and id id-span
<span id = "id-span" class="class-span">Something</span>
Is it possible to use the developer tool of a web browser to find this information? If yes, how?