Add text to textarea – Jquery April 18, 2023 by Tarik Just append() the text nodes: $('#replyBox').append(quote); http://jsfiddle.net/nQErc/