码迷,mamicode.com
首页 > Web开发 > 详细

JS 获取 iframe内元素,及iframe与html调用

时间:2016-05-21 23:08:39      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:

两种获得iframe内元素的方法

jquery获取
$("#atrDialogIframe_protocoliframe").contents().find(‘span‘).text()

JS原生获取
document.getElementById("atrDialogIframe_protocoliframe").contentWindow.document.getElementById("span")

iframe调用上级窗口的JS

  window.parent.上级方法;

JS 获取 iframe内元素,及iframe与html调用

标签:

原文地址:http://www.cnblogs.com/phplhs/p/5515810.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!