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

typeProgress is a lightweight jQuery plugin used to generate a character maxlength indicator for text fields (input and textarea).

Character-Limit

Documentation

jquery.typeProgress

[1] Include plugin files:

<link rel="stylesheet" href="jquery.typeProgress.min.css"> <script src="jquery.typeProgress.min.js"></script>

[2] Your input must contains "maxlength" attribute:

<div class="form-group">   <input type="text" maxlength="100" class="form-control type-progress-example"> </div>

[3] Initialize plugin like this example:

$('.type-progress-example').each(function() {   $(this).typeProgress(); });

[4] Enjoy.


You May Also Like