質問編集履歴

2

行間

2022/06/28 18:08

投稿

Kawano
Kawano

スコア7

test CHANGED
File without changes
test CHANGED
@@ -87,8 +87,6 @@
87
87
  background-color: #F0F0F0;
88
88
  padding: 20px;
89
89
  }
90
-
91
-
92
90
  ↓JavaScript
93
91
  $('.ac-title').on('click', function (e) {
94
92
 

1

行間

2022/06/28 18:06

投稿

Kawano
Kawano

スコア7

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,8 @@
46
46
  </body>
47
47
 
48
48
  </html>
49
+
50
+
49
51
  ↓CSS
50
52
  .my-click {
51
53
  cursor: pointer;
@@ -85,6 +87,8 @@
85
87
  background-color: #F0F0F0;
86
88
  padding: 20px;
87
89
  }
90
+
91
+
88
92
  ↓JavaScript
89
93
  $('.ac-title').on('click', function (e) {
90
94