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