[JQuery]JQuery取得IFrame中的值

1.在父窗口中操作 選中IFRAME中的所有單選鈕
$(window.frames["iframe1"].document).find("input[@type='radio']").attr("checked","true");
2.在IFRAME中操作 選中父窗口中的所有單選鈕
$(window.parent.document).find("input[@type='radio']").attr("checked","true");
iframe框架的:<iframe src="test.html" id="iframe1" width="700" height="300" frameborder="0" scrolling="auto"></iframe>
$(&#39;#parentElem&#39;, top.document).append(&#39;</code><div class="imgbox" id="imgbox"><img class="img" src="http://www.blogger.com/pp.png" id="img" /></div>&#39;);
alert($(document.getElementById(&#39;ifr&#39;).contentWindow.document.body).html());
赞(0) 打赏
分享到: 更多 (0)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏