By: Md.Harun-Ur-Rashid
Max length: 10
Max length: 20
Max length: 13 and color
1. Download the jquery-max-indicator.min.js and add into your page
2. Add this in your script
$(function(){
$('.my-inputbox').maxIndicator();
})
3. If you want to change the indicator color then pass color value
$(function(){
$('.my-inputbox').maxIndicator({color:'orange'});
})