質問編集履歴
2
記入ミスを修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -82,7 +82,7 @@
|
|
82
82
|
|
83
83
|
});
|
84
84
|
|
85
|
-
}
|
85
|
+
});
|
86
86
|
|
87
87
|
</script>
|
88
88
|
|
1
記入ミスを修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,7 +46,9 @@
|
|
46
46
|
|
47
47
|
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
|
48
48
|
|
49
|
+
<script type="text/javascript>
|
50
|
+
|
49
|
-
|
51
|
+
$(function(){
|
50
52
|
|
51
53
|
var mySwiper = new Swiper ('.swiper-container', {
|
52
54
|
|
@@ -78,7 +80,9 @@
|
|
78
80
|
|
79
81
|
},
|
80
82
|
|
81
|
-
})
|
83
|
+
});
|
84
|
+
|
85
|
+
}9;
|
82
86
|
|
83
87
|
</script>
|
84
88
|
|