Append INPUT to TEXTAREA as being types in JQuery

Posted by Ricky on Stack Overflow See other posts from Stack Overflow or by Ricky
Published on 2009-05-26T22:17:19Z Indexed on 2010/06/15 3:32 UTC
Read the original article Hit count: 181

Filed under:
|
|

I have an INPUT text box.

As someone types into the INPUT text box, i need it to append/add-to a TEXTAREA value.


Lets say user types '12345' into the text box.

The textarea (default value="Comment: ") will automatically add: 'Comment: 12345'. Adding '12345' as they type.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about textbox