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
WBOYOriginal
2016-05-16 18:39:151125browse

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: