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