Skip to content

Instantly share code, notes, and snippets.

@easierbycode
Forked from vnegrisolo/jqueyless.js
Created July 11, 2019 14:01
Show Gist options
  • Save easierbycode/ccef4312c084c69512a9bf73329b2e29 to your computer and use it in GitHub Desktop.
Save easierbycode/ccef4312c084c69512a9bf73329b2e29 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