Skip to content

Instantly share code, notes, and snippets.

@nextechu
Created March 29, 2014 20:55
Show Gist options
  • Save nextechu/9862805 to your computer and use it in GitHub Desktop.
Save nextechu/9862805 to your computer and use it in GitHub Desktop.
<p class="hello">Hello</p>
<p class="hello">World</p>
<script>
//Select both element by it's class
var elements = $(".hello");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment