Михаил Капелько 1 년 전
부모
커밋
c0658d17dc
1개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
  1. +7
    -6
      web/memory.html

+ 7
- 6
web/memory.html 파일 보기

@@ -6,12 +6,6 @@
<body> <body>
</body> </body>
<script> <script>
/*
document.onclick = function() {
document.body.innerHTML += "!";
};
*/

var items = [] var items = []


// Section16Buttons. // Section16Buttons.
@@ -39,5 +33,12 @@
item.style.background = "blue" item.style.background = "blue"
} }


// SectionSelection.
for (let id in items) {
var item = items[id]
item.onclick = function() {
console.log("ИГР select id:", id)
}
}
</script> </script>
</html> </html>

불러오는 중...
취소
저장