Skip to content

Instantly share code, notes, and snippets.

@bjork24
Created February 16, 2015 20:07
Show Gist options
  • Save bjork24/fd53130815c5e01ba91a to your computer and use it in GitHub Desktop.
Save bjork24/fd53130815c5e01ba91a to your computer and use it in GitHub Desktop.
Easy selectors
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