2011-08-18 66 views

回答

1

這是setInterval和他們的ajax調用組合。

setInterval(1000, function() { 
    // Make ajax call here to get more information and append new elements to the DOM. 
}); 
相關問題