gpt4 book ai didi

JQuery基于类折叠表格单元格

转载 作者:搜寻专家 更新时间:2023-10-31 22:51:54 25 4
gpt4 key购买 nike

您好,我的菜单有一个表格结构,我需要能够从 level2 折叠/展开菜单,以便所有 level3 单元格都可见。我的 HTML 是这样的:

<table>
<tr><td class="level1"><a href="abc.html">First Item</a></td></tr>
<tr><td class="level2"><a href="def.html">SecondItem</a></td></tr>
<tr><td class="level3"><a href="ghi.html">Third Item</a></td></tr>
<tr><td class="level3"><a href="jkl.html">Fourth Item</a></td></tr>
<tr><td class="level3"><a href="mno.html">Fifth Item</a></td></tr>
<tr><td class="level2"><a href="pqr.html">Sixth Item</a></td></tr>
<tr><td class="level2"><a href="stu.html">Seventh Item</a></td></tr>
</table>

当我按下 level2 项目时,我如何只折叠/展开我按下的 level2 之后的 level3 项目?我只想为 level2 执行此操作,而不是为 level 1 执行此操作。

最佳答案

您是否考虑过为菜单使用嵌套列表?它不仅使您的任务更轻松,而且是“更好”的结构(关键字:无表布局)。

关于JQuery基于类折叠表格单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2670017/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com