If you cannot change the code within the iframe, your best solution will be to attach the load event to the iframe.. $(function(){ $('iframe').on('load', ...
確定! 回上一頁