Is there a way to retrieve all event listeners attach to an element of the DOM using Jquery?
For example, if I had the following JS code
$("#div1").click(foo)
is there any way to retreieve the event-onclick from #div?
Is there a way to retrieve all event listeners attach to an element of the DOM using Jquery?
For example, if I had the following JS code
$("#div1").click(foo)
is there any way to retreieve the event-onclick from #div?