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
$("a").click(function(event){ var hash = window.location.hash; $("#accordion").accordion("activate", hash); });
this works with jquery 1.8.3 and jqueryui 1.9.1 but didnt seem to work with jqueryui 1.10.0
not sure why...