One solution would be to check if the iframe has the focus and then not stop the timer. e.g. $(window).blur(function () { // check focus if ...
確定! 回上一頁