21
Float
jQuery tips & tricks: how to limit characters inside a textarea
Show Summary | Posted by mascarad 1126 days ago | Category: Programming
You might have come across a problem trying to limit the maximum number of characters in a text area, since a maxlength attribute doesn’t exist for this tag. In this article we will provide you with a jQuery-based solution, one that is fully functional and usable.






