在iframe子页面获取父页面元素代码如下:
$('#Id', parent.document);
在父页面 获取iframe子页面的元素代码如下:
$("#Id",window.document.frames('iframename').document);