Skip to content

Instantly share code, notes, and snippets.

@LennonSantos
Last active April 29, 2016 17:15
Show Gist options
  • Save LennonSantos/d4cd00f82050304c5c6dc63cb288b93c to your computer and use it in GitHub Desktop.
Save LennonSantos/d4cd00f82050304c5c6dc63cb288b93c to your computer and use it in GitHub Desktop.
// Seleção com javascript puro
var el = document.querySelector(".myclass");
// Seleção com jquery
var el = $(".myclass");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment