$(window).blur(function() { // check focus if ($('iframe').is(':focus')) { // dont stop countdown } else { // stop countdown } });.
確定! 回上一頁