js iframe子父页面读取方式

 

$(window.parent.frames["iframe1"].document).find("input[@type='radio']").attr("checked","true");

$(window.parent.frames["iframe1"].document).find("div >table >tr[id=1]").children().each(function(){

  $(this).val();$(this).html()

})

原文地址:https://www.cnblogs.com/jcomet/p/1925422.html