jQuery Plugin: Input Limiter Default Textareas This textarea will show the limiter info on two lines Since this text area is wider it will show the limiter info on one line Code: $('textarea').inputlimiter(); Limit by Words This textarea only allows ten words Code: $('#textarea3').inputlimiter({ limit: 10, limitBy: 'words', remText: 'You only have %n word%s remaining...', limitText: 'Field limited