Skip to content

Instantly share code, notes, and snippets.

@vnegrisolo
Last active July 11, 2019 14:01
Show Gist options
  • Save vnegrisolo/f35e8631ee908c704dcbfd5addc2a449 to your computer and use it in GitHub Desktop.
Save vnegrisolo/f35e8631ee908c704dcbfd5addc2a449 to your computer and use it in GitHub Desktop.
Because sometimes we don't need jquey, but still like query style
function $(selector) {
return document.querySelectorAll(selector);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment