一个内容 div 和几个选项卡
我有两种不同的菜单,一种是选项卡菜单,另一种是手风琴菜单。 我想为一个容器组织一些不同的选项卡,我的意思是手风琴菜单中会有不同数量的选项卡“ul”,但问题是,对于选项卡菜单,只能有一个由以下定义的选项卡 ul ID,不是按类别,但我想要至少 3 个或更多,无论如何你可以在这里看到所有代码: http: //jsfiddle.net/bq6tA/2/
你可以从那里看到选项卡菜单2和3的链接不会改变容器中的内容,这就是问题......
i have two different menus, one is tab menu, the other one is accordion menu.
i want to organize some variety of tabs for one container, i mean there will be various numbers of tab "ul" that will be in accordion menu, but the problem is that for the tab menu there only can be one tab ul that defined by ID, not by class, but i want at least 3 or more, anyway u can see all the code here: http://jsfiddle.net/bq6tA/2/
U can see from there that the links of Tab Menu 2 and 3 doesnt change the content in container, that's the problem...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从第一个 ul 中删除
id="gstabs"
并更新您的 HTML:无论您使用什么库来执行选项卡,都只会影响 id 为“gstabs”的元素的子元素
Remove
id="gstabs"
from the first ul and update your HTML as such:Whatever library you're using to do the tabs is only affecting the children of the element with an id of 'gstabs'