我正在使用 jquery-1.7.1.min.js 和 jquery-ui-1.8.17.custom.min.js 我的代码片段是
$(closeButton).click(function(){
$( alertBox).hide("explode");
$(alertWrapper).fadeOut(500);
$(alertBox).remove();
$(alertWrapper).remove();
});
在 IE8 中出现一些奇怪的行为,但在 IE7 和所有其他浏览器中运行良好
“爆炸”效果越来越慢,当 DIV 元素分成 6 部分后,它在 IE 8 中没有消失,我已经检查了它三次......
您的任何帮助将不胜感激...
提前致谢。