我在iframe中使用google驱动器
//than i am calling it like
jQuery('#myframeid').load(function() {
alert("loaded");
});

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<iframe id="myframeid" frameborder="0" scrolling="no" src="https://xxx/yy/google-drive" style="display:block; width:100%;" height="724px">
</iframe>
&#13;
但没有运气。