Skip to content

Instantly share code, notes, and snippets.

@matheusmurta
Created October 4, 2019 12:45
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 matheusmurta/d37b3bb7a0823d2c67a4c6d751f948d3 to your computer and use it in GitHub Desktop.
Save matheusmurta/d37b3bb7a0823d2c67a4c6d751f948d3 to your computer and use it in GitHub Desktop.
Disable element querySelector
document.querySelector('#myelementy').disabled = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment