jQuery counter is a word counter that can be used to limit the word/character count not unlike Twitter does.
The plugin can limit both words and characters, and it’s useful for forums, IM services and basically every textbox that you think should be limited.
jQuery counter shows the characters/words left at the bottom of the box, and has a handful of neat options — in some cases you may want to disable the word limit after an event was triggered.
If that’s the case, simply
$("#keepCountingChar").counter({ goal: 'sky' });And the sky will be the limit!
- Website: http://qwertypants.me/counter/














