Interactive character limit for textarea

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 阎庆
操作系统 未知
开源组织
适用人群 未知
 软件概览

For a textbox, number of characters of a field can easily be limited with maxlength attribute. But maxlength doesn’t work for textarea. It's an interactive solution for this problem. This script describes how to do it using jQuery. An additional function added to do the same thing without jQuery.