Skip to content

Instantly share code, notes, and snippets.

@zhuangya
Created November 6, 2014 08:29
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 zhuangya/ae28db932958b90eeb5b to your computer and use it in GitHub Desktop.
Save zhuangya/ae28db932958b90eeb5b to your computer and use it in GitHub Desktop.
<form class="cnt">
<form class="cnt">
<form class="cnt">
<input id="result" value="shit">
</form>
</form>
</form>
<script>
document.getElementById('result').value = document.querySelectorAll('.cnt').length;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment