質問編集履歴

1

コードの記載ミスの修正

2022/06/15 22:36

投稿

yayak
yayak

スコア66

test CHANGED
File without changes
test CHANGED
@@ -5,7 +5,6 @@
5
5
  // html
6
6
  <textarea id="user-text">ここにユーザーは文字を入力</textarea>
7
7
  <button id="action">実行</button>
8
- <div id="code"></div>
9
8
 
10
9
  //jQuery
11
10
  $('#action').click(function(){ //実行をクリックしたとき