I need to create a facebook look a like status update textbox.
I mean, first it will be like a tiny slim textbox and when user clikcs on it,
it will become big, kind of textarea.
does anybody has any idea about how to do it??
N.B. Please see the attached image.
You don’t necessarily need jQuery or JavaScript for this today. You can actually do this with pure CSS by using the
:focus pseudo-classin your selector:Dabblet: http://dabblet.com/gist/3429275?result