Skip to content

Instantly share code, notes, and snippets.

@massive
Last active December 20, 2015 20:49
Show Gist options
  • Save massive/6192706 to your computer and use it in GitHub Desktop.
Save massive/6192706 to your computer and use it in GitHub Desktop.
<div>
<div>
<div class="main">Foo</div>
<div id="id1" class="elem">Bar</div>
</div>
<div>
<div class="main">Monkey</div>
<div id="id2" class="elem"><input id="id3" type="text" name="leet" /></div>
</div>
</div>
Case A)
"Foo" => div#id1
Case B)
"Monkey" => input#id3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment