can you please tell me how to resize the height of textarea to to content.?
http://jsfiddle.net/PT6Lp/ But default the size of text area is same when you run fiddle (when there is no content ).But when you enter some text in text area it size is increase.But not if user move focus from text area to any other like input fied it comes to default size.but if focus come again to textarea it regain it size to content size.
<textarea name="textarea" id="textarea"></textarea>
<input type="text" name="name" id="name" value="" />