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")); | ||
}); | }); |