01 2020 档案
摘要:1 // 父页面获取子页面的iframe 2 var frameId = $(layero).find("iframe").attr('id'); 3 4 // 父页面获取子页面指定的id数据 5 var id = $(window.frames[frameId].document).find("#
阅读全文
摘要:在layui中两个或两个以上的弹出层,覆盖前一个弹出层(置顶弹出)用parent.layer.open 1 parent.layer.open({ 2 type : 2, 3 title : '详情', 4 area : ['580px','505px' ], //宽高 5 closeBtn : 1
阅读全文
摘要:html部分: 1 <div contenteditable="true" class="rich-editor-content"><p><font face=""Times New Roman""><font style="font-size: 10pt;"><font col
阅读全文