Skip to content

Instantly share code, notes, and snippets.

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