首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX 提问指南
广告
V2EX
›
问与答
jquery里,单元格 slide 效果,为啥会有跳动?怎样解决这种跳动?
darasion
·
2011-08-03 20:14:12 +08:00
· 3554 次点击
这是一个创建于 4843 天前的主题,其中的信息可能已经有所发展或是发生改变。
代码大致是这样:
<table>
<tr><td>A</td><td>B</td><td>C</td></tr>
<tr id="effect" class="hide"><td>D</td></tr>
</table>
.hide { display:none; }
$('#effect').slideDown();
当 effect 滑动的时候,会发生跳动,表格突然被挤宽很多,然后收缩。。最后才开始下滑。
目前尚无回复
td
TR
effect
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
5924 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms ·
UTC 06:32
·
PVG 14:32
·
LAX 22:32
·
JFK 01:32
Developed with
CodeLauncher
♥ Do have faith in what you're doing.