Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rumpl/jquery.autogrow
A simple jquery plugin that mimics Facebooks textarea autogrow feature.
https://github.com/rumpl/jquery.autogrow
Last synced: 4 months ago
JSON representation
A simple jquery plugin that mimics Facebooks textarea autogrow feature.
- Host: GitHub
- URL: https://github.com/rumpl/jquery.autogrow
- Owner: rumpl
- Created: 2011-04-19T09:36:16.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T23:32:00.000Z (over 9 years ago)
- Last Synced: 2024-04-15T03:09:27.198Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 170 KB
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JQuery.autogrow
This is a simple jquery plugin that mimics the Facebook textarea autogrow
feature.The difference with others in the wild is that it's fast, and by fast I mean, if
you push , the textarea will immediately grow (on keydown), not onkeyup.
It's a small difference but an important one in my opinion.Inspired (stolen?) by [this](https://github.com/jaz303/jquery-grab-bag/blob/master/javascripts/jquery.autogrow-textarea.js).