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?
Try:
HTML:
jQuery:
Fiddle here