「MediaWiki:Common.js」の版間の差分
細 折り畳みボックス用JS関数を作成 |
細編集の要約なし |
||
| 290行目: | 290行目: | ||
// 'custom-template-expandable-box' クラスを持つ要素をすべて取得 | // 'custom-template-expandable-box' クラスを持つ要素をすべて取得 | ||
var expandableBoxes = document.querySelectorAll('.custom-template-expandable-box'); | var expandableBoxes = document.querySelectorAll('.custom-template-expandable-box'); | ||
console.log(expandableBoxes); | |||
expandableBoxes.forEach(function(box) { | expandableBoxes.forEach(function(box) { | ||