Skip to content

Instantly share code, notes, and snippets.

@dehart
Created January 3, 2014 12:45
Show Gist options
  • Save dehart/8237359 to your computer and use it in GitHub Desktop.
Save dehart/8237359 to your computer and use it in GitHub Desktop.
function q(expr, con) {
return [].slice.call((con || document).querySelectorAll(expr));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment