回答編集履歴
1
修正
answer
CHANGED
@@ -78,7 +78,6 @@
|
|
78
78
|
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
|
79
79
|
<script>
|
80
80
|
$(function () {
|
81
|
-
console.log($(".content").height());
|
82
81
|
$(".slide_wrap .button").on("click", function () {
|
83
82
|
$(this).parent().parent().next().slideToggle(); // 変更。
|
84
83
|
$(this).toggleClass("active");
|