Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.
/ autosize-textarea Public archive

Small snippet in order to autosize a textarea whily typing

License

Notifications You must be signed in to change notification settings

zenchef/autosize-textarea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autosize-textarea

Small snippet in order to autosize a textarea while typing

Demo

https://jsfiddle.net/Samb102/cjqa2kf4/54/

Pure Javascript (recommended)

Usage :

element.addEventListener('input', autoSize, false);

jQuery Plugin Version

Usage :

$('#my-textarea').autosizeTextarea(lineHeight, verticalPadding)

Parameters

Parameters :

  • lineHeight : lineHeight of your textarea
  • verticalPadding : padding-top + padding-bottom value of your textarea

About

Small snippet in order to autosize a textarea whily typing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published