I have a textarea (id = 'text'), which the user types his text freely (so far so good), at the end he clicks a button that inserts an example signature: "Typed by so and so."
When it inserts this new text the old one is removed, I would like to be able to add the new text without removing the old one. Anyone have any tips / help?