A repository of over 1000 quality jQuery plugins

jQuery toTextarea

toTextarea is a jQuery General Inputs plugin.

Created by UziTech

Makes a div act like a textarea to allow auto resizing and formatting options.

Also allows drag and drop images from desktop.

Not what you're looking for? Click here to view more General Inputs jQuery plugins

jquery.toTextarea.js

Makes a div act like a textarea to allow auto resizing and formatting options.

Also allows drag and drop images from desktop.

Demo

http://jsfiddle.net/UziTech/4msdgjox/

Usage

<div class="textarea"></div>
$(".textarea").toTextarea({
  allowHTML: false,//allow HTML formatting with CTRL+b, CTRL+i, etc.
  allowImg: false,//allow drag and drop images
  singleLine: false,//make a single line so it will only expand horizontally
  pastePlainText: true,//paste text without styling as source
  placeholder: false//a placeholder when no text is entered. This can also be set by a placeholder="..." or data-placeholder="..." attribute
});


You might also like these other General Inputs jQuery Plugins

License:

The MIT License (MIT)