可能重複:
how to get the value of a textarea in jquery?填充一個div HTML與查詢
我有以下HTML:
<div id="textdescription"></div>
而下面的jQuery(VAR從獲得價值表格textarea):
var description = $('#inputDescription').html();
$('#textdescription').html(description);
我怎樣才能獲得的值成#description