Home > Web Front-end > JS Tutorial > The maximum length problem of TextArea control (js json)_form special effects

The maximum length problem of TextArea control (js json)_form special effects

WBOY
Release: 2016-05-16 18:39:15
Original
1117 people have browsed it

If you simply want to limit the number of words in the textarea and don't want to write too much, you can use:



How to check the word count in onkeyup of textarea:

Copy the code The code is as follows: