I'm registering a lot of custom triggers on the window, and for debugging purposes would like to see in the console when those events are triggered without having to manually register a console.log();
for each trigger.
Are there any ways to detect custom jQuery triggers on an element and console.log();
information about the event when triggered?
If click and other standard events are included, that's OK.