Posted in Javascript onOctober 10, 2014
获取iframe的document对象的目的就是进行dom的操作
$(function() { var result = $('#myframe').prop('contentWindow').document; console.log(result); });
这样输出来的结果是:document对象
jQuery获取iframe的document对象的方法
- Author -
whsnow声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@