jQueryUI tab/menu synergy (forcing inactive tab to appear active)
I understand the frivolous nature of this problem, but it is a requirement of my client.
________________________________________________________________
|vetical| |
| menu | Static Content |
| |------------------------------------------------------|
| | [TAB][TAB][TAB] 开发者_JAVA百科 |
| | ----------------------------------------- |
| | : : |
| | : Dynamic Content : |
| | : : |
| | : : |
|_______|_:_______________________________________:____________|
My issue is this. When a tab is inactive and I select an item on the vertical menu. How can I make it appear as if this tab has been activated. I already tried to search for the tab and call $("myTabs").tabs('selected',index);
but this has given me no results.
Sorry I just found the solution under related. It is here
精彩评论