Skip to content

Instantly share code, notes, and snippets.

@celestial-labs
Last active June 8, 2022 06:32
Show Gist options
  • Select an option

  • Save celestial-labs/1d7e21149b348c8906a66803b60ee179 to your computer and use it in GitHub Desktop.

Select an option

Save celestial-labs/1d7e21149b348c8906a66803b60ee179 to your computer and use it in GitHub Desktop.
[js selector] #js #dom #javascript
<div id="exampleDiv">Some text here</div>
<script>
const elem = document.getElementById( 'exampleDiv' );
</script>
const elems = document.getElementsByTagName( 'div' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment