回答編集履歴

1

.check

2017/12/07 05:06

投稿

think49
think49

スコア18164

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```JavaScript
6
6
 
7
- jQuery('input').on('chnge input', e => console.log(e.type));
7
+ jQuery('.check').on('chnge input', e => console.log(e.type));
8
8
 
9
9
  ```
10
10