回答編集履歴
1
調整
    
        answer	
    CHANGED
    
    | @@ -2,7 +2,7 @@ | |
| 2 2 |  | 
| 3 3 | 
             
            ```javascript
         | 
| 4 4 | 
             
            $(function(){
         | 
| 5 | 
            -
              $(".open_btn"). | 
| 5 | 
            +
              $(".open_btn").on('click',function(){
         | 
| 6 6 | 
             
                $(this).closest('.wrap').siblings('.accshow').toggleClass('open');
         | 
| 7 7 | 
             
              });
         | 
| 8 8 | 
             
            });
         | 
