jQuery: making a commentbox like FB
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 wh开发者_JAVA技巧en you type more than the box size, the height of the box increases.
How can this be done?
You are probably looking for:
- Facebook like multi Toggle Comment Box with jQuery and PHP
- on .focus(), you .fadeIn() the button
- the you use jQuery plugin autoresize
精彩评论