https://github.com/amiel/expanding_area
A jQuery plugin to expand the textarea as a user types
https://github.com/amiel/expanding_area
Last synced: about 1 year ago
JSON representation
A jQuery plugin to expand the textarea as a user types
- Host: GitHub
- URL: https://github.com/amiel/expanding_area
- Owner: amiel
- Created: 2011-11-07T23:26:46.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-09T00:15:18.000Z (over 14 years ago)
- Last Synced: 2024-10-03T12:33:13.796Z (over 1 year ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Expanding Area
A jQuery plugin to expand a textarea as a user types in it.
This is just a jquery implementation of the technique described here: http://www.alistapart.com/articles/expanding-text-areas-made-elegant/