I am using JQuery tabs. One of my tabs contains another set of tabs.
I can use http://site.com/page.aspx#tab2
and the page will load with the second tab being selected.
However this second tab is the one that has another set of tabs in it.
I want to do something like http://site.com/page.aspx#tab2#tab2
And have it select the second tab on the main tab bar and select the second tab on the sub tab bar.
Any ideas?