直接上代碼 父頁面 子頁面 結果 ...
父頁面 子頁面 借鑒文章: https: fly.layui.com jie https: www.cnblogs.com zhaow p .html https: www.layui.com doc modules layer.html ...
2020-03-18 16:51 0 1463 推薦指數:
直接上代碼 父頁面 子頁面 結果 ...
參考:http://fly.layui.com/jie/19690/ ...
//調用父類方法 window.parent.exportData($('#shownum').val(),$('#splitstr').val()); //關閉iframe頁面var index = parent.layer.getFrameIndex(window.name); //獲取 ...
//調用父類方法 window.parent.exportData($('#shownum').val(),$('#splitstr').val()); //關閉iframe頁面var index = parent.layer ...
layer.open({type: 2,content: 'test/iframe.html',success: function(layero, index){ var body = layer.getChildFrame('body', index); var iframeWin ...
官方資料:http://www.layui.com/doc/modules/layer.html 在一個彈出框中新增個按鈕,點擊按鈕后執行自己的語句(返回上一頁並刷新)。 ...
父頁面 function layerOpen(){layer.open({type: 2,shade: [0],title: "驗收申請",area: ['1024px', '680px'],btn: ['按鈕1', '按鈕2'], //只是為了演示//time ...
父頁面 function layerOpen() { layer.open({ type: 2, shade: [0], title: "驗收申請", area: ['1024px', '680px'], btn: ['按鈕1', '按鈕2'], //只是為了演示 //time ...