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'});
})