Skip to content

Instantly share code, notes, and snippets.

@iamteem
Created July 8, 2010 04:15
Show Gist options
  • Save iamteem/467629 to your computer and use it in GitHub Desktop.
Save iamteem/467629 to your computer and use it in GitHub Desktop.
a = $('a')
a.find('descendant').doSomething().end().find('another descenadnt').doSomething2()
or
b = $('descendant', $a).doSomething()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment