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
- Host: GitHub
- URL: https://github.com/thomasjo/jquery-autoresize
- Owner: thomasjo
- License: mit
- Created: 2011-03-31T12:31:58.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2014-05-03T13:51:17.000Z (about 12 years ago)
- Last Synced: 2024-05-01T20:37:49.008Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 15
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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()
})
```