In an html input box the max length attribute prevents the user from typing more than a certain number of characters. How can I achieve something like this using only jquery. And unlike the max length attribute this should also work in a textarea.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
maxlengthon a textarea – Anurag Sep 2 '10 at 1:07