Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created January 29, 2017 10:31
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 cyrilletuzi/f8720076a2cc6363b3aa40c9a2477267 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/f8720076a2cc6363b3aa40c9a2477267 to your computer and use it in GitHub Desktop.
let someElements = document.querySelectorAll('#nav-list>li');
for (let element of someElements) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment