This is a jQuery plugin for character counting for HTML textarea.
Choose one of the following options:
- Download the latest stable release from github
- Check out the demo page for options.
- character counting for HTML textarea
- Cross-browser compatible (Chrome, Opera, Safari, Firefox 3.6+, IE6+).
- Designed with progressive enhancement in mind.
- compatible with both jQuery 1 & 2
- "Strict mode" to trim off text over the limit
Checkout the demo page for details
- Character count will NOT update when delete from contextmenu. As of current, there is no way to detect contextmenu delete event without using a jQuery contextmenu plugin(contextmenu is the menu brought up by right clicking the mouse on a web page)
- Drop event does not work on desktop safari (cause not yet determined)