質問編集履歴

2

一部コード編集

2021/11/06 06:12

投稿

Danny16
Danny16

スコア2

test CHANGED
File without changes
test CHANGED
@@ -62,7 +62,7 @@
62
62
 
63
63
  $(function() {
64
64
 
65
- $("btn-1").hover(function() {
65
+ $(".btn-1").hover(function() {
66
66
 
67
67
  $(".change_image").attr("src","images/画像2.png");
68
68
 

1

一部コードの修正

2021/11/06 06:12

投稿

Danny16
Danny16

スコア2

test CHANGED
File without changes
test CHANGED
@@ -30,11 +30,11 @@
30
30
 
31
31
  <nav class="btn-wrapper">
32
32
 
33
- <button type="button" class="btn-1" onclick="location.href='history/history.html'">A</button>
33
+ <button type="button" class="btn-1" onclick="location.href='sample.html'">A</button>
34
34
 
35
- <button type="button" class="btn-2" onclick="location.href='location/location.html'">B</button>
35
+ <button type="button" class="btn-2" onclick="location.href='sample.html'">B</button>
36
36
 
37
- <button type="button" class="btn-3" onclick="location.href='group/group.html'">C</button>
37
+ <button type="button" class="btn-3" onclick="location.href='sample.html'">C</button>
38
38
 
39
39
  </nav>
40
40