Skip to content

Instantly share code, notes, and snippets.

@tsevdos
Last active January 1, 2016 17:49
Show Gist options
  • Save tsevdos/8179938 to your computer and use it in GitHub Desktop.
Save tsevdos/8179938 to your computer and use it in GitHub Desktop.
$('a') // returns the first link element
document.querySelector('a') // returns the first link element
$('a') === document.querySelector('a') // true!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment