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