开发者

jQuery: making a commentbox like FB

开发者 https://www.devze.com 2023-01-17 06:42 出处:网络
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 th

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

jQuery: making a commentbox like FB


  1. on .focus(), you .fadeIn() the button
  2. the you use jQuery plugin autoresize
0

精彩评论

暂无评论...
验证码 换一张
取 消