I have two sets of JQuery Accordions within a single DIV tag. At the moment when the page loads both these Accordions are displayed one below the other. However, I only want one of these Accordions to be displayed when the HTML page loads. How can I hide one while making the other one visible?
Share
Give them different identifiers, and use a selector to select the one you want to hide and change its visible property to hidden.