如何爲iframe的onload事件添加javascript代碼。我需要我的代碼不會顯示在標題中,而是直接顯示在iframe元素中。在iframe中添加javascript代碼。
`<script type="text/javascript">
$(document).ready(function(){
$('#innerFrame').iframeHeight({
debugMode: true,
watcher: true
});
});
</script>`<--!This is the script i want to add-->
[JQuery和frames - $(document).ready does not work]的可能重複(http://stackoverflow.com/questions/221192/jquery-and-frames-document-ready-doesnt-work) – rorypicko
歡迎來到SO ...在提出下一個問題之前請參考[本文檔](http://stackoverflow.com/questions/how-to-ask)。並嘗試以[SSCCE](http://sscce.org/)格式提供。 –