I have a website that I am designing that has some nested div elements that I use as containers for hosting extensible buttons.
The user clicks on the button and it expands to expose some more content.
Everything works fine as long as I don't have a DIV that is inside the parent DIV, with the display property set to "none".
Is there a way to get the jQuery.slideUp () method to minimize extensible buttons, regardless of whether it is on the display: not a single parent or not?
OR, what property / properties do I need to set $ .slideDown () to execute correctly for the item that was configured on the display: none parent DIV?
source share