Jquery Textarea Expander
Quick Links
Visit the jQuery Textarea Expander project hub, which has a demonstration and download for this plugin on JS Plugins JavaScript Plugin Library.
Text-Area Expander Demonstration.
Description
The jQuery Textarea Expander project is a plugin for the jQuery JavaScript Framework, which increases the size of a text box as more lines of text are added, which means the user never needs to scroll the text area.
If you find my open source projects and jQuery plugins useful,
please consider making a donation!
Requirements
CSS
No CSS required.
JavaScript
$("textarea").inputexpander();
With all options set:
$("textarea").inputexpander({
"classmodifier": "constantfooter"
});
You Are Here: Home » JavaScript » Textarea Expander