Toggle 打开特定类名后面的行
我正在尝试在特定课程之后切换打开的行。当前脚本隐藏类“toggle-open”之后的所有行。但我正在查看的是,仅隐藏从相邻行开始的行,直到下一个类“切换打开”上方的行。 关于如何实现这一目标有什么想法吗?
I am trying to toggle open rows after a particular class. The current script hides all the rows after the class "toggle-open". But what I am looking at is, only hide the rows starting from the adjacent row till the row above the next class "toggle-open".
Any thoughts on how to achieve this ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果将每个组包裹在
标记之间,则可以尝试如下操作: http://jsfiddle.net/EBtPP/2/
If you wrap each group between
<tbody>
tags, you can try something like this: http://jsfiddle.net/EBtPP/2/