How can i do this
function addTinyText(id, text){ //add textarea to DOM $(\'\').append(text).appendTo(\'b
line
$('').append(text).appendTo('body');
should be line
$('').text(text).appendTo('body');