Home >Web Front-end >JS Tutorial >JS code to limit textbox or textarea input character length_javascript skills

JS code to limit textbox or textarea input character length_javascript skills

WBOY
WBOYOriginal
2016-05-16 17:19:501226browse
复制代码 代码如下:



然后设多行的textbox或textarea的2个属性.
onkeypress="javascript:setMaxLength(this,100);" onpaste="limitPaste(this, 100)"
现在好了,可以自动区分中英文了,这个方案不错,供大家分享
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn