jquery dropdown 滑动不起作用
我正在尝试 slideDown()
一个隐藏的 div,但它只 show()
它没有 slideDown()
效果
I am trying to slideDown()
a hidden div but it only show()
it without the slideDown()
effect
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最小高度会破坏动画。读这个
http://bugs.jquery.com/ticket/4623
和解决方案
http://docs.jquery.com/Tutorials:Getting_Around_The_Minimum_Height_Glitch
Min-height breaks animation. Read this
http://bugs.jquery.com/ticket/4623
And solution
http://docs.jquery.com/Tutorials:Getting_Around_The_Minimum_Height_Glitch
你可以试试这个:
You can try this: