質問編集履歴

1

修正

2017/06/20 05:12

投稿

starrow1103
starrow1103

スコア137

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  $("textarea").focus();
26
26
 
27
- $("textarea").val( $("textarea").val() + '<h1></h1>\n' );
27
+ $("textarea").val( $("textarea").val() + addText );
28
28
 
29
29
  $("textarea").scrollTop( $("textarea")[0].scrollHeight );
30
30