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.

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.

share|improve this question
HTML5 supports maxlength on a textarea – Anurag Sep 2 '10 at 1:07
1  
Question was asked again and answered here. stackoverflow.com/questions/3623219/… – user113716 Sep 2 '10 at 1:45

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.