Overview This jQuery plugin will allow you to limit input into form fields. It can display a message as the user types to let them know how many characters they have remaining. Use Options Demonstration Download Source Found a bug? Enter a New Issue Use jQuery is required to use this plugin. Examples: Limit all textareas to the default limit of 255 characters: $(function() { $('textarea').inputlim