Skip to content

Instantly share code, notes, and snippets.

@kgtkr
Created September 24, 2017 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kgtkr/e5ace6cc6897de1e4c758d5ab4270514 to your computer and use it in GitHub Desktop.
Save kgtkr/e5ace6cc6897de1e4c758d5ab4270514 to your computer and use it in GitHub Desktop.
dom remove
document.addEventListener('click',e=>{
e.target.parentNode.removeChild(e.target)
}, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment