Categories
- Computing (5)
- Miscellaneous (1)
- News (1)
- Programming (5)
- Version Control (1)
- Virtualisation (2)
- Web Apps (3)
- Web Servers (3)
Blogroll
Open source
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
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