I\'m trying to open an accordion div from an external link. I see the \"navigation: true\" option but I\'m not sure how to implement it. Do you give each div an id and call
With a server-side language, check the query for that #anchor and use it to fill out the activation statement.
Extracted from something I was just working on:
$("#search_forms").accordion("activate", "{$this->open_form}");
Edit:
I can't link directly to the accordion method blurb, but this gets you close:
http://docs.jquery.com/UI/Accordion#methods