jQuery text counter plugin
a2x-text-counter is simple jQuery plugin which counts the number of symbols you intered in textarea or input[text] element.
There are two common strategies. If your textarea has maxlength
attribute the plugin behaves as countdown counter. Elsewhere it counts the number of entered symbols.
$('#element').a2xCounter();