开发者

jQuery animate bug with col in Chrome

开发者 https://www.devze.com 2023-02-02 14:50 出处:网络
It seems that animating a col width to 0 is broken in Chrome (Linux) by using jQuery (other browsers seems to work fine). See this example (just click the red box).

It seems that animating a col width to 0 is broken in Chrome (Linux) by using jQuery (other browsers seems to work fine). See this example (just click the red box).

Do you know a workaround? Setting width to the TDs and animating th开发者_StackOverflow社区ose is not an option as our columns are quite large.


I'm aware that the question is almost a year old but the solution to this problem is applying a width for the td element. Example: http://jsfiddle.net/B9mHg/55/

0

精彩评论

暂无评论...
验证码 换一张
取 消