Created
February 16, 2015 20:07
-
-
Save bjork24/fd53130815c5e01ba91a to your computer and use it in GitHub Desktop.
Easy selectors
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
var $ = document.querySelectorAll.bind(document); | |
var $_ = document.querySelector.bind(document); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment