Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).