« smartyで文字連結 | メイン | tinymiceのプラグインのあんちょこ »
2021年10月11日
iframeのdocument ready
var iframe = document.getElementById('frameID'),
iframeDoc = iframe.contentDocument || iframe.contentWindow.document;
$(iframeDoc).ready(function (event) {
投稿者 muuming : 2021年10月11日 08:21