I use jQuery Tools library tabs. You can find them here:
http://flowplayer.org/tools/tabs/index.html
My main markup looks something like this:
$("#tab-holder ul").tabs("div.tab", { history: true, api: true })
$("#profile-sub-tabs ul.menu").tabs("div");
#profile-sub-tabs- This is another tab interface in the main interface #tab-holder. The plugin uses a parameter called history, which basically allows me to customize tabs using their names, for example:
http://www.blah.com/tabs.aspx
Move me to the account tab. This works great, but I want to be able to customize sub-tabs in particular. I know this code does not work, but the theory looks something like this:
http://www.blah.com/tabs.aspx
Moves me to the account-> profile tab. Simple enough.
, URL-, - Javascript (- ) API . , , .
!