$("#iframeId").on("load", function(event){//判断 iframe是否加载完成  这一步很重要
  $("#divId",this.contentDocument).click(function(){//添加点击事件
    alert("就是这样");
  });
});
posted on 2017-06-28 17:53  Storm丶HYL  阅读(7276)  评论(1编辑  收藏  举报