Skip to content

Instantly share code, notes, and snippets.

@jesusalber1
Created July 8, 2016 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesusalber1/327967e11b8e395f767a8327a39ba705 to your computer and use it in GitHub Desktop.
Save jesusalber1/327967e11b8e395f767a8327a39ba705 to your computer and use it in GitHub Desktop.
query selector shortcut
/* It returns only the first match || null */
var $ = document.querySelector.bind(document);
/* Ex: $('a.link') */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment