jquery-textcounter:计算 textarea 中键入的字符数,并显示在达到最大允许字符数之前还剩多少个字符

时间:2024-07-02 13:41:03
【文件属性】:

文件名称:jquery-textcounter:计算 textarea 中键入的字符数,并显示在达到最大允许字符数之前还剩多少个字符

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-02 13:41:03

JavaScript

jquery-textcounter 计算 textarea 中键入的字符数,并显示在达到最大允许字符数之前还剩多少个字符。 ###如何使用: < script > jQuery ( document ) . ready ( function ( $ ) { $ ( '#comment' ) . countChars ( { counterElement : "#textareacount b" } ) ; } ) ; </ script > </ head > < body > < form name =" test " > < textarea maxlength =" 255 " placeholder ="" id =" comment " > </ textarea >


【文件预览】:
jquery-textcounter-master
----textcounter.jquery.json(707B)
----jquery.textcounter.min.js(306B)
----README.md(634B)
----jquery.textcounter.js(706B)
----demo.html(596B)

网友评论