Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery TextArea AutoGrow Plugin

Tags:

jquery

I'm trying to find the best textarea autogrow plugin. I need one which resizes the textarea even when I paste into it. Any idea?

like image 555
Hirvesh Avatar asked Feb 19 '11 12:02

Hirvesh


3 Answers

Elastic is a very good one, and it handles CTRL + V cases too.

You can visit the website and try out a demo.

like image 193
labilbe Avatar answered Nov 16 '22 23:11

labilbe


Why not use it?? http://plugins.jquery.com/project/autogrowtextarea

Or another updated version of this plugin here: https://github.com/ro31337/jquery.ns-autogrow

like image 31
Manish Trivedi Avatar answered Nov 16 '22 23:11

Manish Trivedi


This is the one I ended up using. Working great so far!

http://www.jacklmoore.com/autosize/

The JQuery Elastic plugin is slow and didn't work for me in IE8.

like image 4
Pete Montgomery Avatar answered Nov 16 '22 22:11

Pete Montgomery