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