Then use the on method on this iframe triggering the load event when the iframe is fully loaded. $('#iframe-id').on( 'load', function() { // ...
確定! 回上一頁