$(function(){
$("#btnote").html('hi');
$("#inputext").val('hi');
});
<textarea id="btnote" name="note" class="adaptive_box" onfocus="(this.value='')" placeholder="实施详情"></textarea>
<input id="inputext" type="text" value="inputvalue">