Is there an onclick handler to open an accordian from a separate link
I have a page with several accordian sections. I want all of the accordians closed when the page loads, then I have a drop-down menu that links to each accordian section, this part I have working correctly. Now I want the specified accordian to open when I click the link in the drop-down menu.
I found one solution that sort of worked, but it messed up the css (the color scheme completely changed for the specified accordian) and it prevented the accordian from closing onclick (which worked prior).