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