I have a collapsable tree view where each section can be either hidden or visible. I do this using several DIV tags. Within each DIV there is a series of input elements. When I access an element within a section using Javascript I need to know if the section (DIV) that contains the element is hidden.
Any Idea's
Any Idea's