TODO
- allow counter to count up instead of counting down using a parameter.
- use a parameter to set the class when hitting the limit?
- documentation for non-programmers


One thing I started doing (for Sentence type input) is allowing the user to
go past the limit with warnings and stop them past the limit.  Something
like:

____5__ char remaining
___G___ 4 char remaining
12345__ 0 char remaining
123456_ 1 char over
14-15__ 10 char over (and then stop their input there)

The reason is that when people are typing input that is a sentence, it is
annoying to them to be cut off.  They don't notice until they finish the
sentence anyway.  With the overages, it helps the user edit down their
sentence by giving them a number of how many characters they need to trim.
It will often be trimmed from the middle somewhere.

Otherwise, this is great.  I would use it.

Glen
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to