回答編集履歴

1

調整

2018/06/14 02:26

投稿

yambejp
yambejp

スコア114843

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  $(function(){
8
8
 
9
- $(".open_btn").click(function(){
9
+ $(".open_btn").on('click',function(){
10
10
 
11
11
  $(this).closest('.wrap').siblings('.accshow').toggleClass('open');
12
12