その他の操作
ページの白紙化 タグ: 白紙化 |
編集の要約なし |
||
| 1行目: | 1行目: | ||
$('.spoiler-content').off('click').on('click', function(){ | |||
$(this).toggleClass('show'); | |||
}).find('a').on('click', function(e){ | |||
e.stopPropagation(); | |||
}); | |||
2025年1月11日 (土) 23:56時点における版
$('.spoiler-content').off('click').on('click', function(){
$(this).toggleClass('show');
}).find('a').on('click', function(e){
e.stopPropagation();
});