🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Just another jQuery text counter plugin which adds a live-updating character counter to existing input or textarea elements.

Character-Limit Character-Counter

Documentation

jquery-textcounter

This is very simple text counter plugin to be displayed next to the text or textare in a page.

Basic configuration

<input type="text" id="text1" data-count-max-length="30" data-count-reverse="true" class="form-control" />
$("#text1").textcounter({     maxlength: 50,     reverse: true });

You May Also Like