开发者

jquery causes flickering in IE

开发者 https://www.devze.com 2023-01-11 06:55 出处:网络
Hi I am using jquery to expand/collapse my links.For this I am using show(), hide() functions from jquery. If i collapse the link I see flickering for a second. Can anyone please s开发者_如何学Pythonu

Hi I am using jquery to expand/collapse my links.For this I am using show(), hide() functions from jquery. If i collapse the link I see flickering for a second. Can anyone please s开发者_如何学Pythonuggest me how to avoid this plz.

Thanks


I've had similar issues with accordion plugins and I solved them by adding position:relative to the containing div's css.

0

精彩评论

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