Skip to content

Instantly share code, notes, and snippets.

@scgilardi
Created March 14, 2021 14:17
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 scgilardi/9cb6d241be0214d4e51d1715ce5a6856 to your computer and use it in GitHub Desktop.
Save scgilardi/9cb6d241be0214d4e51d1715ce5a6856 to your computer and use it in GitHub Desktop.
gOLEgWX
<button>Waiting...</button>
document.addEventListener('DOMContentLoaded', (event) => {
document.querySelector('button').innerHTML="OK"
//the DOM is ready, we can do what we want!
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment