1 2 3 4 5 6 7
function toggle_hide(oid) { el = document.getElementById(oid); el.classList.toggle('hidden'); } function load_object(oid) { }