Elastic
Dynamic height textarea Jquery plugin.
by spechackers
HTML
<script src="http://jquery-elastic.googlecode.com/svn/trunk/jquery.elastic.source.js"></script>
<textarea id="description">
This textarea is going to grow when you fill it with text. Just type a few more words in it and you will see.
</textarea>
CSS
body { background: #0D1114; }
textarea { padding: 10px; width: 300px; font-family: Arial, 'sans-serif' }
JavaScript
$('#description').elastic();