Skip to content

barrychapman/jquery-autogrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-Autogrow

A plugin to automatically extend the height of textareas as content is added

Setup

Extract this to your jQuery plugins folder

The only limitation, is that it requires you to set the cols and rows attributes of the textarea in your markup.

	<textarea rows="6" cols="28" name="mytextarea" id="my_textarea"></textarea>

After you have jQuery loaded, initialize like so:

	$(function() {
		$('.my-autogrow-class').autoGrow();
	}

Easy as that!

About

Autogrow Plugin for TEXTAREA fields

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published