Skip to content

Instantly share code, notes, and snippets.

@kaplanmaxe
Created February 19, 2017 13:11
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 kaplanmaxe/540de507f446712ef6c7c0a64db5b574 to your computer and use it in GitHub Desktop.
Save kaplanmaxe/540de507f446712ef6c7c0a64db5b574 to your computer and use it in GitHub Desktop.
You don't need jQuery for that
document.querySelector('#exampleId');
document.querySelector('.exampleClass');
document.querySelectorAll('.exampleClass');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment