JavaScript par Radu TM • June 10, 2022
window.getComputedStyle(document.getElementById("mydivID"), null) .getPropertyValue('display')
0
26.099