Console.log() all Javascript Events for DOM Element
Have you ever wanted to see all the events from a DOM element? Here's a quick function to have them all show in your console. You can set it to show capturing events (moving down), bubbling events (moving up) and indicate if you only want events orig...
panda-code.hashnode.dev1 min read