回答編集履歴

2

誤字修正

2016/09/13 00:12

投稿

natady
natady

スコア606

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  ```html
22
22
 
23
- <input type="button" id="exampleBtn" value="ボタン" onClick="alert('ポップアップ')"/>
23
+ <input type="button" id="exampleBtn" value="ボタン"/>
24
24
 
25
25
  ```
26
26
 

1

クオートの統一

2016/09/13 00:12

投稿

natady
natady

スコア606

test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  $("#exampleBtn").on("click", function() {
34
34
 
35
- alert('ポップアップ');
35
+ alert("ポップアップ");
36
36
 
37
37
  });
38
38