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
This worked for me...
var hash = window.location.hash; $("#accordion").accordion("activate", hash);