質問するログイン新規登録

質問編集履歴

1

修正

2017/06/20 05:12

投稿

starrow1103
starrow1103

スコア137

title CHANGED
File without changes
body CHANGED
@@ -11,7 +11,7 @@
11
11
  $("#h1").click( function() {
12
12
  var addText = "<h1></h1>\n";
13
13
  $("textarea").focus();
14
- $("textarea").val( $("textarea").val() + '<h1></h1>\n' );
14
+ $("textarea").val( $("textarea").val() + addText );
15
15
  $("textarea").scrollTop( $("textarea")[0].scrollHeight );
16
16
  });
17
17
  });