Tuesday 1st November, 2011
A List Apart: Articles: Expanding Text Areas Made Elegant
This is a nice technique but I wouldn’t exactly call it elegant. Maintaining a copy of the content in the textarea just to set the height of the textarea is always a hack, no matter how clean the code is. This is pretty clean code though.