我要推遲幾毫秒的請求。如何延緩for循環
我做的3 Ajax調用它的jQuery當內部爲的loop.that長度環路最多20個。
意味着我做的很少seconds.In瀏覽器,Firefox,safary和歌劇近60個請求卻沒有這個問題,但在IE的中止請求。
我的For循環
for (index in personScoreCollection.collection) {
//Get the 4th and 5th score simultaniously.
$.when(UserSearch(index), UsabilityScore(index), UserConnection(index)).done();
}
所有具有一個一個Ajax請求的方法。
你可以看到錯誤,即如何在這裏
image http://s24.postimg.org/q0zj3vwhg/Error_Message.jpg
中止請求,如何延遲或使用Java腳本保持請求。