An open API service indexing awesome lists of open source software.

https://github.com/thomasjo/jquery-autoresize

Simple textarea auto-resize plugin
https://github.com/thomasjo/jquery-autoresize

Last synced: 12 months ago
JSON representation

Simple textarea auto-resize plugin

Awesome Lists containing this project

README

          

# What is this thing?
A simple plugin for making textarea elements capable of being resized automatically based on the combined height of its content.

## Usage
```javascript
$(function() {
$("textarea").autoResize()
})
```