Skip to content

Instantly share code, notes, and snippets.

@drakvuf
Created May 7, 2016 22:37
Show Gist options
  • Save drakvuf/84a556e2b2db5eef4630e177c61315de to your computer and use it in GitHub Desktop.
Save drakvuf/84a556e2b2db5eef4630e177c61315de to your computer and use it in GitHub Desktop.
//jQuery
$('.class-name');
//Javascript
document.querySelectorAll('.class-name');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment