入力するテキストエリアのidおよびclassは自由に変更できる

<script src="https://code.jquery.com/jquery.js"></script>
<script src="jquery.jcount.js"></script>
<script>
$(function(){
$(".test").jcount();
});
</script>

jcountサンプル一覧