Happy New Year!
I can’t believe I’m saying this … due to popular demand … I have updated maxChar, my configurable jQuery plugin that adds a character counter to Web forms.
Example character counter
New and Improved
New features added in 0.3.0 are:
Overview, Instructions and Examples
See the main page, maxChar jQuery Plugin.
Download maxChar 0.3.0
Download from the jQuery plugins repo maxChar release page.
Bug Fixes
For information about the bugs fixed, see the maxChar bugs page.

#1 by Mitch Wilson on January 2nd, 2010
Quote
Thought: several people reported issues with missing scrollbars in the textarea. Although I my plugin is not the cause, I can offer a possible solution.
To get scrollbars, the textarea element needs a rows attribute. So, I could add an option for the plugin to add a rows attribute with a default value of something like 5 to the textarea, if the textarea does not already have a rows attribute. Adding a rows attribute fixes the scrollbar issue.
Thoughts?
#2 by Mauricio on February 18th, 2010
Quote
The truncate doe not work for me