Last active
July 11, 2019 14:01
-
-
Save vnegrisolo/f35e8631ee908c704dcbfd5addc2a449 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