Add maxlength on textArea using jQuery
The “maxlength” attribute is not supported in textArea, but you can use JavaScript to limit the length of textArea dynamically. HTML 5 The textArea “maxlength” attribute is supported in HTML 5, the problem is not all browsers support HTML 5, especially, the old IE. jQuery Example A jQuery example to implement the “maxlength” effect on …