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.
评论