質問編集履歴
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
一部コードの修正
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='
|
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='
|
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='
|
37
|
+
<button type="button" class="btn-3" onclick="location.href='sample.html'">C</button>
|
38
38
|
|
39
39
|
</nav>
|
40
40
|
|