-
-
Save easierbycode/ccef4312c084c69512a9bf73329b2e29 to your computer and use it in GitHub Desktop.
Because sometimes we don't need jquey, but still like query style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function $(selector) { | |
return document.querySelectorAll(selector); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment