Skip to content

Instantly share code, notes, and snippets.

@chrissuperduper
Created September 23, 2016 06:50
Show Gist options
  • Save chrissuperduper/a585d02c7431b6bfe8e97b3e91346909 to your computer and use it in GitHub Desktop.
Save chrissuperduper/a585d02c7431b6bfe8e97b3e91346909 to your computer and use it in GitHub Desktop.
var $ = function (selector) {
return document.querySelector(selector);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment