set maxlength to all textbox/textarea in application using jquery.
Add a textbox with id and maxlength attributes like [crayon-69fe4a0e83124191946321/] add following code in js file. (this code find all textbox/textarea in application and append div(charleft) to the textbox/textarea.) [crayon-69fe4a0e8312a863020711/] and add following css [crayon-69fe4a0e8312c381134531/] :)
Read more