Skip to content

Jquery plugin wich provides the auto expanding in width and height of inputs and textarea's.

Notifications You must be signed in to change notification settings

rob-bar/auto-expand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Auto-expand

Jquery plugin wich provides the auto expanding in width and height of inputs and textarea's.

How-to:

  • $('form input, form textarea').autoExpand();
  • $('form input').autoExpand();
  • $('input').autoExpand();
  • $('#id_of_input_or_textarea').autoExpand();

Defaults:

var defaults = {
	width : 30 , 	// the default width to add in as extra offset
	height : 20		// the default height(for textareas) to add in as extra offset
};

About

Jquery plugin wich provides the auto expanding in width and height of inputs and textarea's.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published