Just a quick jQuery post that calculates the number of words/characters in a form input field. Needed one of these recently for a work project and its really easily to implement and works like a charm
Tag Archives: textarea
jQuery plugin: Simplest Twitter-like dynamic character count for textareas and input fields
Every hour that you put into enhancing user experience while developing a site is a hour well spent. There are numerous small improvements that you can perform to make things easier and obvious for the end user. In this article I will present a jQuery plugin built for that purpose.
CSS How do I disable textarea resizing?
textarea { resize: none; }