Home  >  Article  >  Web Front-end  >  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:151070browse

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: