I'm trying to force jQuery UI Tabs to work with browser locations (as in direct-linking or bookmarking), but having very little luck doing so. It feels like I've seen this question at least 50 times around the net, and the answer mostly consists of one of the following 5:
Now, neither of the 5 above has yet yielded any result. Option 1 and 2 are the most promising ones, but I simply cannot get them to work with Nested Tabs, nor understand the documentation in order to tweak them to do so. A lot of people have probably noticed that option 3, the jQuery History, is unavailable (site is down), and frankly option 4 (wait for an update that allows it) is rather unproductive. And naturally, most snippets suggested have not worked as needed.
To examplify, I have set up a Nested Tab here: http://gingahmail.com/wordpress#themes, as you can see, it is possibly to link directly (bookmark) to the top-level tab, but none below. What I am hoping to accomplish is this:
Hierarchically based tabs (hopefully something better than "level1-level2-level3")
As I said, I know it has been asked before, but apparently I am now the only one struggling with this. So if anyone could give some suggestion on how to use jQuery Address, jQuery BBQ or any other method to accomplish this, I would greatly appreciate it.