jquery 使用animate来改变高度自动添加样式overflow:hidden的问题

Another way is to declare the element as !important in css.css

For example.spa

.somediv { overflow: visible !important;}



总结:jQuery.animate sets overflow:hidden as an inline style. Inline styles always take precedence over the !important flag
相关文章
相关标签/搜索