Today I needed to see what javascript was triggered on a change event (when a checkbox was clicked), my go to for seeing what event is triggered is Chrome (Event Listener Breakpoints).
I selected mouse click ( as the change was on the click of a checkbox), nothing nada.
I added this to the console to give me some info about the change event:
monitorEvents(window [“change”])
Maybe there’s a better way, if anyone reads this and has a better way it would be great to know !
Reference
https://developers.google.com/web/updates/2015/05/quickly-monitor-events-from-the-console-panel
Disclaimer: All content on this site, is use at your own risk (Always backup before changing anything in your software/database/servers etc). Techs change, go out of date etc...I/we accept no liability if anything you use on this site adversely affects you.