jQueryUI 选项卡/菜单协同(强制非活动选项卡显示活动)
我理解这个问题的本质,但这是我的客户的要求。
我的问题是这样的。当选项卡处于非活动状态并且我在垂直菜单上选择一个项目时。我怎样才能让它看起来好像这个选项卡已被激活。我已经尝试搜索该选项卡并调用 $("myTabs").tabs('selected',index);
但这没有给我任何结果。
谢谢,希望我没有感到困惑
I understand the frivolous nature of this problem, but it is a requirement of my client.
________________________________________________________________
|vetical| |
| menu | Static Content |
| |------------------------------------------------------|
| | [TAB][TAB][TAB] |
| | ----------------------------------------- |
| | : : |
| | : 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.
Thanks, hope I was not confusing
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,我刚刚在相关下找到了解决方案。 在这里
Sorry I just found the solution under related. It is here