Skip to content

amaraimusi/TextACounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextACounter

Count the number of characters in the text area and display it on another element.

Example

http://amaraimusi.sakura.ne.jp/TextACounter/example1.html

Source code

<script src="jquery.js"></script>
<script src="TextACounter.js"></script>
............ any codes .....

<script>
$(function(){
	var obj = new TextACounter();
	obj.add("#ta1","#ta1_counter");
	
});
</script>

<textarea id="ta1" ></textarea>
<div id="ta1_counter"></div>

Info

MIT

version 1.2

created 2016-11-29 | 2016-12-1

auther kenji uehara

About

Count the number of characters in the text area and display it on another element.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors