第1、在iframe中查找父頁面元素的方法:$('#id', window.parent.document)html
第2、在父頁面中獲取iframe中的元素方法:$(this).contents().find("#suggestBox")框架
第3、在iframe中調用父頁面中定義的方法和變量:parent.methodparent.valuethis