回答編集履歴

1

修正

2017/04/27 16:54

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -68,7 +68,7 @@
68
68
 
69
69
  ("mousedown touchstart".split(" ")).forEach(function (e) {
70
70
 
71
- document.addEventListener(e, function () {
71
+ document.querySelector(".something").addEventListener(e, function () {
72
72
 
73
73
 
74
74