![]() ![]() | ![]() |
version 1.9, 2024/03/27 23:34:48 | version 1.10, 2024/03/27 23:36:03 | ||
---|---|---|---|
|
|
||
fc.forEach((f) => { | fc.forEach((f) => { | ||
f.disabled=true; | f.disabled=true; | ||
// f.style.visibility="hidden"; | // f.style.visibility="hidden"; | ||
console.log(f.getElementById()); | console.log(f.getElementById); | ||
}); | }); | ||
} | } | ||
}; | }; |