Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save aschiavon91/af8d901219bf2c3eb53fd3b91e86c8e1 to your computer and use it in GitHub Desktop.

Select an option

Save aschiavon91/af8d901219bf2c3eb53fd3b91e86c8e1 to your computer and use it in GitHub Desktop.
document.addEventListener('DOMContentLoaded', () => document.querySelectorAll('.alert').forEach((alert) =>
alert.addEventListener('click', (_) => alert.style.display = "none")));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment