回答編集履歴
1
修正
answer
CHANGED
@@ -33,7 +33,7 @@
|
|
33
33
|
<script>
|
34
34
|
document.addEventListener("DOMContentLoaded", function () {
|
35
35
|
("mousedown touchstart".split(" ")).forEach(function (e) {
|
36
|
-
document.addEventListener(e, function () {
|
36
|
+
document.querySelector(".something").addEventListener(e, function () {
|
37
37
|
|
38
38
|
}, false);
|
39
39
|
});
|