Skip to content

Instantly share code, notes, and snippets.

@mateuszkocz
Created June 24, 2013 16:10
Show Gist options
  • Save mateuszkocz/5851244 to your computer and use it in GitHub Desktop.
Save mateuszkocz/5851244 to your computer and use it in GitHub Desktop.
jQuery/Sizzle like dollar sign element selector. Source: http://remysharp.com/2013/04/19/i-know-jquery-now-what
var $ = document.querySelectorAll.bind(document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment