tags:

views:

31

answers:

2

Hey. Facebook´s commentbox, how can that be done? So in a textarea there´s "comment..." and when you click it gets bigger, and a button appears, and then when you type more than the box size, the height of the box increases.

How can this be done?

A: 

You are probably looking for:

alt text

Sarfraz
doesn't expand when you fill the box up.
Mark
As @Andre sad you could use `jquery-plugin-autoresize`
jcubic
A: 
  1. on .focus(), you .fadeIn() the button
  2. the you use jQuery plugin autoresize
Andre Bossard
what you mean doesn't sounds like the comment box on FB. it's more like the shoutout box. ;)
Reigel
but it does what you described in your question. What are you missing?
Andre Bossard