jQuery maxlength Plugin
Usage
<script type="text/JavaScript" src="path/to/jquery.maxlength.js" />
Use it like:
$("#myElementId").maxlength(/*options*/);
Yet another jQuery max length plugin which limits the number of characters allowed to be typed in a text field with a basic character counter.
Character-Limit Character-Counter<script type="text/JavaScript" src="path/to/jquery.maxlength.js" />
Use it like:
$("#myElementId").maxlength(/*options*/);