Hi everybody,

I recently made my first jquery plugin called textlimiter. It allows you
to limit a textarea in the same way as an input field using the
maxlength attribute. As an added bonus the plugin adds a counter which
keeps track of the amount of character left before hitting the limit set
in the maxlength attribute.

As far as I know there is no other plugin (yet?) providing this
functionality and I would like to ask all of you to test it on your
setup to see if it works for your system. So far I have tested it on
Firefox 2, Opera 9.10 and Safari 2.04 and this works as expected.

You can check this plugin on:

http://www.burobjorn.nl/code/textlimiter/


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

All the best,

grtz
BjornW

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

Reply via email to