I have a component in a vast codebase. Before I bind any events or do anything I want to fetch all the currently bound events for that components.
Does jquery provide a way to fetch all the currently bound events for a component?
Any help is appreciated.
Cheers
jQuery stores the bound events in the special data functions of jQuery.
Try this out: