just like this using jQuery's val method $('#Id').val(jah);
$('#Id').val(jah);
Where Id is the id of input for textarea. :)