if you have textarea on one form and you wants display as minimalist, you can using auto growing textarea.
when user type in the textarea it will be expand vertically to accommodate the size of the entry.
1. you must download jquery plugin jquery.autogrow-1.0.2.1.zip
2. after that extract jquery.autogrow-1.0.2.1.zip in you localhost folder
3. create file demo.html
First include jquery.autogrow.js
put css and javascript class
now crate textarea form with and give class name
You can see ajax demo here : textarea auto-grow
and download full demo here : textarea-autogrow.rar
