回答編集履歴

1

コード修正

2020/05/01 21:55

投稿

hatena19
hatena19

スコア34075

test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  $(".text").click(function(){
30
30
 
31
- $(this).next().slideDown();
31
+ $(this).next().slideToggle();
32
32
 
33
33
  $(".text").not($(this)).next().slideUp();
34
34