/* 关闭tab页,刷新表格页面*/function successTabCallback() {var topWindow = $(window.parent.document);var layId = $('.pagetabs', topWindow).find('.layui-this').attr('lay-id');// console.log("layId==" + layId)var $contentWindow = $('.layadmin-iframe[data-id="' + layI
/* 关闭tab页,刷新表格页面*/
function successTabCallback() {
var topWindow = $(window.parent.document);
var layId = $('.pagetabs', topWindow).find('.layui-this').attr('lay-id');
// console.log("layId==>" + layId)
var $contentWindow = $('.layadmin-iframe[data-id="' + layId + '"]', topWindow)[0].contentWindow;
$contentWindow.search();
}
织梦狗教程
本文标题为:Layui 实现tab页添加/修改保存后,关闭当前tab页并刷新理论父页面表格


基础教程推荐
猜你喜欢
- Bootstrap成功Contextual类 1970-01-01
- Bootstrap Clearfix 1970-01-01
- D3.js SVG线示例 1970-01-01
- Bootstrap内联表单 1970-01-01
- Bootstrap将下拉菜单添加到按钮 1970-01-01
- Bootstrap .btn-group-*类的用法 1970-01-01
- Bootstrap简明表格 1970-01-01
- Bootstrap .img-rounded类 1970-01-01
- Bootstrap默认导航栏 1970-01-01
- Bootstrap下拉列表选项卡 1970-01-01