質問編集履歴
1
ミス
title
CHANGED
File without changes
|
body
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
<script>
|
45
45
|
$(function(){
|
46
46
|
$("#acMenu dt").on("click", function() {
|
47
|
-
$(this).next(
|
47
|
+
$(this).next().slideToggle();
|
48
48
|
});
|
49
49
|
});
|
50
50
|
</script>
|