parent.$("#iframeID").get(0).contentWindow;
父.$("选择器").get(0).contentWindow;
get(0)将Jquery对象转换为普通的js对象!!!