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