The problem is, than if I change value on select item it append it to the texarea perfectly. But if i then write something next to appended content and try to use select again, it wont append it to textarea.
You can check my JSFiddle code here
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Don’t use append, use
val, see updated fiddle: http://jsfiddle.net/5NY3T/1/