Skip to content

Instantly share code, notes, and snippets.

@patrickt
Created January 18, 2009 04:47
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 patrickt/48546 to your computer and use it in GitHub Desktop.
Save patrickt/48546 to your computer and use it in GitHub Desktop.
$("div"); // all div elements
$("span.moveable") // all spans with the moveable class
$("em,strong"); // all emphasized and strong tags
$("div\[img][3]"); // the third div that contains an image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment