Skip to content

Instantly share code, notes, and snippets.

@puiutucutu
Last active May 6, 2023 03:48
Show Gist options
  • Save puiutucutu/6a5fdea8b38803c2225c to your computer and use it in GitHub Desktop.
Save puiutucutu/6a5fdea8b38803c2225c to your computer and use it in GitHub Desktop.
Javascript querySelectorAll for data-attributes
document.querySelectorAll('[data-js]')
// will get you all elements with this attribute.
document.querySelectorAll('[data-js="someFooElement"]')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment