10,831 views

jMaxInput: jQuery Twitter-Like Textarea

Development November 8, 2009 by cody 21 Comments

jMaxInput

jMaxInput allows you to limit the input size of a textarea like it is done in Twitter. The number of characters left to type are shown while typing. The user can write as many characters as he wants (negative value is shown) but the text can only be submitted if the size of the input is below the limit (the button is active/inactive).

You can call it like this:

$("#div").maxinput();

You can as well define the following properties:

  1. limit: The maximum number of characters allowed
  2. position: The position of the message
  3. showtext: Boolean for showing the text message or just the number of characters left
  4. message: A custom message shown after the number of characters left

View demoDownload jMaxInput

Tagged with: , , ,

Discussion21 Join the discussion

Follow this discussion

Trackbacks

Join the discussion