a2x-text-counter

jQuery text counter plugin

View the Project on GitHub a2xchip/a2x-text-counter

About

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.

Usage

$('#element').a2xCounter();

Examples

Count example

Countdown example