Skip to content

Instantly share code, notes, and snippets.

@xulapp
Created October 1, 2011 02:17
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 xulapp/1255502 to your computer and use it in GitHub Desktop.
Save xulapp/1255502 to your computer and use it in GitHub Desktop.
number of characters
<input onkeyup="this.nextSibling.textContent=this.value.length"><b></b><br>
<textarea onkeyup="this.nextSibling.textContent=this.value.length"></textarea><b></b>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment