$("td").css({"border-bottom-color":"rgb(153,204,255)", "border-left-color":"rgb(153,204,255)", "border-top-color":"rgb(153,204,255)", "font-family":"'微软雅黑'", "border-right-color":"rgb(153,204,255)"});
加载结束事件: setTimeout(function(){ $("td").css({"border-bottom-color":"rgb(153,204,255)", "border-left-color":"rgb(153,204,255)", "border-top-color":"rgb(153,204,255)", "font-family":"'微软雅黑'", "border-right-color":"rgb(153,204,255)"}); },200);
你要实现 什么效果呢、
你加的是加载起始事件,改成加载结束事件就行了