Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active July 18, 2019 16:04
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 parzibyte/a3c72496877c09f1555deb742f8feddd to your computer and use it in GitHub Desktop.
Save parzibyte/a3c72496877c09f1555deb742f8feddd to your computer and use it in GitHub Desktop.
document.addEventListener("DOMContentLoaded", () => {
document.querySelector("#link").addEventListener("click", evento => evento.preventDefault());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment