获取iframe的document对象的目的就是进行dom的操作
$(function() { var result = $('#myframe').prop('contentWindow').document; console.log(result); });
这样输出来的结果是:document对象
最后
以上就是不安金毛最近收集整理的关于jQuery获取iframe的document对象的方法的全部内容,更多相关jQuery获取iframe内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复