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

Max Indicator is a jQuery plugin for creating a slim progress bar that auto updates to indicate the current/max number of characters allowed to be entered in your input field.

Character-Limit

Documentation

jQuery-Max-Indicator

How to use?

  1. Download the jquery-max-indicator.min.js and add into your page
  2. Add this in your script
$(function(){    $('.my-inputbox').maxIndicator(); })
  1. If you want to change the indicator color then pass color value
$(function(){    $('.my-inputbox').maxIndicator({color:'orange'}); })

You May Also Like