他的意思是,你应该把callback函数写成类似于
function(data){
$("#blah").html(data);
window.setTimeOut(function(){
//do something more... after waiting for 100ms, so the browser can make sure the DOM is ready
},100);
}
【 在 SJTUIT (consultant) 的大作中提到: 】
: 我还没用过xhr的timeout的说。。
: 不过我是这样想
: timeout不就是load失败么
: ...................
--
FROM 219.224.98.132