jquery 获取 父级 iframe 里的控件对象

window.parent.document.getElementsByTagName('iframe')[0].contentWindow.document.getElementById('id')
原文地址:https://www.cnblogs.com/jasonlai2016/p/11463123.html