Jquery Accordion - use anchors to open specific panels from external and internal links
问题 I am using a jquery accordion (Jquery 1.9/Jquery-ui-1.10.1). I would like to link to the page from external pages with an anchor tag. When an anchor tag is used I would want to open a specific panel on the accordion. For example, if I pass a #panel2 anchor tag, I would want to open and display the second panel. I also have images on the accordion page that also need to link to specifc panels in the accordion. Can anyone help with this? 回答1: Try: HTML: <a class="opener" data-panel="0" href="#"