【发布时间】:2012-09-19 13:48:13
【问题描述】:
这是html结构
<table class="views-table cols-3">
<caption>
<h2>LINK(which will hide/show all trs in this table)</h2>
</caption>
<thead>
<tbody>
...
</tbody>
</table>
此表以相同的类重复 n 次。请帮助隐藏/显示所有 tr-s 或整个 <tbody> 在单击链接的表中的 js 或 jquery 脚本。
【问题讨论】:
标签: javascript jquery html-table drupal-7