How do you know if an object is hidden with JavaScript?
Is it possible to check if a specific object is hidden or visible with JavaScript?
I know how to show or hide an object with JavaScript but I need to verify if an object is hidden or visible using JavaScript.
