jQuery 表格行展开/折叠

发布于 2024-11-09 20:19:45 字数 209 浏览 3 评论 0原文

我有一个表格,其中的行在单击表格标题时可折叠。

问题是它似乎不是很顺利,一旦我点击标题和内容显示时就会出现滞后和跳跃。有谁知道如何解决这个问题?

查看示例构建 »

I've got a table and it has rows that are collapsible when clicked on the table heading.

Problem is it doesn't seem to be very smooth, there's a lag and jump once I click on the header and when the content shows. Does anyone know how to fix this?

See example build »

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

jJeQQOZ5 2024-11-16 20:19:45

不幸的是,表行没有动画(使用jquery) - 请参阅以下相关问题: 如何在表格行上使用slideDown(或显示)函数?

解决方法是使用基于 div 的布局或尝试将 td 内容包装到 div 中并为它们设置动画divs - 请参阅这个小提琴。当然,你还得调整css。

Unfortunately, table rows does not animate (with jquery) - see this related question on SO: How to Use slideDown (or show) function on a table row?

Work-around will be to use div based layout or try out wrapping td content into divs and animating those divs - see this fiddle. Of course, you have to adjust the css.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文