Skip to content

Instantly share code, notes, and snippets.

@codingwithsara
Created August 3, 2019 22:36
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 codingwithsara/589757c53768b1e75f7cdf69283709ef to your computer and use it in GitHub Desktop.
Save codingwithsara/589757c53768b1e75f7cdf69283709ef to your computer and use it in GitHub Desktop.
JavaScript Text Counter
<script>
function count_up(obj) {
document.getElementById('count1').innerHTML = obj.value.length;
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment