Published
- 1 min read
set hidden attribute javascript
The solution for this is noted below
set hidden attribute javascript
Solution
document.getElementById('').hidden = true
document.getElementById('').hidden = false
Try other methods by searching on the site. That is if this doesn’t work