回答編集履歴
1
コード修正
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
$(".text").click(function(){
|
30
30
|
|
31
|
-
$(this).next().slide
|
31
|
+
$(this).next().slideToggle();
|
32
32
|
|
33
33
|
$(".text").not($(this)).next().slideUp();
|
34
34
|
|