iframe のドキュメント オブジェクトを取得する目的は、dom 操作を実行することです $(function() { var result = $('#myframe').prop('contentWindow').document; console.log(result); });ログイン後にコピー 出力結果は次のとおりです: ドキュメント オブジェクト