Interactive character limit for textarea -


未知
未知

软件简介

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.