Skip to content

Instantly share code, notes, and snippets.

@carlosrojaso
Created May 15, 2014 10:19
Show Gist options
  • Save carlosrojaso/428d1a10c8dccb88b2cc to your computer and use it in GitHub Desktop.
Save carlosrojaso/428d1a10c8dccb88b2cc to your computer and use it in GitHub Desktop.
Selecting Elements
$( "#myId" ); // Note IDs must be unique per page.
$( ".myClass" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment