(How do I fire an event when a iframe has finished loading in jQuery?) ... $("#iFrameId").on("load", function () { // do something once the iframe is loaded }); ...
確定! 回上一頁