火狐执行子页面方法

$("#ID").get(0).contentWindow.document.defaultView.functionName()

下面这个执行的时候 经常会报方法找不到的错误

$(parent.$("#ID")[0].contentWindow.document).ready(function(){
    parent.$("#ID")[0].contentWindow.functionName();    
  });

原文地址:https://www.cnblogs.com/alon1982/p/2494732.html