Tag Archives: jQuery

Updated textarea maxlength with Jquery plugin

When I first wrote the “Textarea maxlength with jQuery” plugin last year I had no idea how popular it would be – over 70% of the visits to my site since then have been people reading that one post. The … Continue reading

Posted in Programming | Tagged , , | 43 Comments

Textarea maxlength with Jquery

The other day I was trying to find a way to limit the amount of characters that a user could enter into a textbox. For some reason you can’t set the maxlength attribute on textareas, so I decided to make … Continue reading

Posted in Programming | Tagged , , | 57 Comments