Skip to content

Instantly share code, notes, and snippets.

@bigtoast
Created February 24, 2011 17:43
Show Gist options
  • Save bigtoast/842527 to your computer and use it in GitHub Desktop.
Save bigtoast/842527 to your computer and use it in GitHub Desktop.
jquery notes
child selector >
#parent > child
:last selector
#parent > *:last
selects the last child of parent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment