# jquery-text-count **Repository Path**: hungtcs/JQuery-Text-Count ## Basic Information - **Project Name**: jquery-text-count - **Description**: 一个用来统计input或者textarea字数的jquery插件。 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 69 - **Forks**: 19 - **Created**: 2016-07-07 - **Last Updated**: 2025-05-14 ## Categories & Tags **Categories**: jquery-plugins **Tags**: None ## README JQuery-Text-Count ==== 一个用来统计input或者textarea字数的jquery插件。`some code from artTxtCount` ---- ### 使用方法 html ```html
``` JavaScript ```javascript $(function(){ $("#text").countText({ tipEle: $("#tip") , maxNum: 20 }); }); ``` ### 基础示例 