1Jan/103
maxChar jQuery Plugin: New Release 0.3
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.





January 2nd, 2010 - 12:13
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?
February 18th, 2010 - 14:41
The truncate doe not work for me
March 24th, 2010 - 15:51
Mauricio,
Can you post your code? I would be happy to help.
Also, keep this in mind: in new versions truncate is deprecated and will be removed in a future version. The plugin will be all about counting the characters, displaying the count, and providing options such as css class changes, timing, etc. All other tasks will be left to other plugins.