为了账号安全,请及时绑定邮箱和手机立即绑定

执行完方法后关掉或隐藏弹出层iframe

执行完方法后关掉或隐藏弹出层iframe

米琪卡哇伊 2018-08-14 07:10:25
function createDialog(src, width, height) {var _doc_width = $(document).width();var _doc_height = $(document).height();var _html = "<div id='bg' style='position: absolute; z-index: 10000; display: block; left: 0px; top: 0px; opacity: 0.5; height: " + _doc_width + "px; width: " + _doc_width + "px; background-color:#CCC;'></div>";_html += "<div id='ifdiv'style='z-index:10001;background-color:#FFF;border:solid 10px #cef;position: fixed; left:128px; top:32px;'>";_html += "<iframe src='" + src + "' frameborder='0' id='rest1' name='rest1' style='width:" + width + "px;height:" + height + "px;overflow:visible;'></iframe></div>";$('body').append(_html);}这段JS代码我是在网上找的,触发这个函数,直接出现弹出层,就是把crop这个视图放在了里面,然后我想执行完这个方法完,直接关掉或隐藏弹出层,怎么做?求指教。。。贴出代码和截图。。。求指教啊。。。
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 823 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信