jq 点击iframe内部元素关闭iframe
原文地址:https://blog.csdn.net/qq_39161501/article/details/99637635
引入iframes页面:
iframes页面:
//给父页面元素赋值
$(window.parent.document).find(".text").html('赋值');
css:
#map_iframe{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border: 0;
}