/jquery-autoresize

Simple textarea auto-resize plugin

Primary LanguageJavaScriptMIT LicenseMIT

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

$(function() {
    $("textarea").autoResize()
})