6,571
次編輯
(// Edit via Wikiplus) |
(// Edit via Wikiplus) |
||
行 1: | 行 1: | ||
$(function () { | $(function () { | ||
const container = document.getElementById("chart-constant-js-cut-in-1"); | const container = document.getElementById("chart-constant-js-cut-in-1"); | ||
行 94: | 行 92: | ||
targets.forEach((target) => { | targets.forEach((target) => { | ||
const matchedTables = document.querySelectorAll("div." + target); | const matchedTables = document.querySelectorAll("div." + target); | ||
matchedTables.forEach((table) => table.classList.remove("hidden")); | matchedTables.forEach((table) => table.classList.remove("hidden")); | ||
}); | }); |