Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 229 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 229 Bytes

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()
})