2008年7月7日 星期一

[jQuery]在IFRAME裡取得某個id的值

方式1:

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=&quot;700" height="300" frameborder="0" scrolling="auto"></iframe>




方式2:

$('#parentElem', top.document).append('</code><div class="imgbox" id="imgbox"><img class="img" src="http://www.blogger.com/pp.png" id="img" /></div>');

【下列文章您可能也有興趣】

沒有留言: