2015-02-11 91 views

回答

1
$.ajax(...).done(function() { 
    // When your ajax call is done, wait 10 more seconds, then 
    // execute your handler 
    setTimeout(showImageHandler, 10000) 
})