



















IE7 下
导致 jquery ajax 在IE7下失效的原因,只因高亮处多了个逗号,去掉即可,其他浏览器则不受此影响,GTNNDIE
js code:
function DeliveryDelayMessage() { };
DeliveryDelayMessage.prototype =
{
catalogId:0,
msg: function (dom, msg, color)
{
$(dom).next(".msg").remove();
$(dom).after("<span class=\"msg\">" + msg + "</span>");
$(dom).next(".msg").css({ color: color, "margin-left": "5px", "font-weight": "bold" }).fadeOut("slow").fadeIn("slow").fadeOut(5000); },
}
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。