Skip to content

Instantly share code, notes, and snippets.

@ntnbst
Created July 22, 2018 16:55
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 ntnbst/a60b27b4e1607e4c4e53b1d322287a71 to your computer and use it in GitHub Desktop.
Save ntnbst/a60b27b4e1607e4c4e53b1d322287a71 to your computer and use it in GitHub Desktop.
const D = document
const $ = D.querySelector.bind(D)
const $$ = (selector, startNode = D) => [...startNode.querySelectorAll(selector)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment