Skip to content

Instantly share code, notes, and snippets.

@bitsmuggler
Created February 6, 2020 08:46
Show Gist options
  • Save bitsmuggler/307244b385ff3ff35f5beb006dca84ac to your computer and use it in GitHub Desktop.
Save bitsmuggler/307244b385ff3ff35f5beb006dca84ac to your computer and use it in GitHub Desktop.
document.getElementById('myButton').addEventListener('click', clickMe);
document.getElementById('parent').addEventListener('click', clickMe, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment