当前位置:网站首页>layer弹出层的关闭问题
layer弹出层的关闭问题
2022-07-07 10:37:00 【全栈程序员站长】
就是在执行添加或修改的时候,需要将数据提交到后台进行处理,这时候添加成功之后最理想的状态是关闭弹出层并且刷新列表的数据信息,之前一直想实现这样,可一直没有成功,今天决定好好弄一弄,在仔细看过layer的帮助手册以及查阅资料之后,有了以下的解决办法:
一、关闭弹出窗
这是layer官网给出的帮助手册,讲解的比较详细
分成两种情况:
1、弹出层不是新的页面的时候,直接获得该弹窗的索引,然后执行close方法
layer.close();
2、弹出窗是新的页面的时候
var index=parent.layer.getFrameIndex(window.name);
parent.layer.close(index);
二、关闭弹窗之后刷新父页面
例如:在增加用户的时候,增加会弹出一个新的弹窗页面,增加成功之后会有提示性的小的alert,在点击确定之后,弹窗页面关闭,并且刷新用户列表的页面数据。
只需要在关闭弹窗的时候加这个window.parent.location.reload();//刷新父页面
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/113462.html原文链接:https://javaforall.cn
边栏推荐
- Tutorial on the principle and application of database system (008) -- exercises on database related concepts
- [statistical learning methods] learning notes - Chapter 4: naive Bayesian method
- Charles: four ways to modify the input parameters or return results of the interface
- BGP actual network configuration
- 解密GD32 MCU产品家族,开发板该怎么选?
- Day-15 common APIs and exception mechanisms
- Sort out the garbage collection of JVM, and don't involve high-quality things such as performance tuning for the time being
- 2022危险化学品生产单位安全生产管理人员考题及在线模拟考试
- 【统计学习方法】学习笔记——支持向量机(上)
- PHP调用纯真IP数据库返回具体地址
猜你喜欢
【统计学习方法】学习笔记——第五章:决策树
30. Feed shot named entity recognition with self describing networks reading notes
Charles: four ways to modify the input parameters or return results of the interface
对话PPIO联合创始人王闻宇:整合边缘算力资源,开拓更多音视频服务场景
How to use PS link layer and shortcut keys, and how to do PS layer link
Multi row and multi column flex layout
解决 Server returns invalid timezone. Go to ‘Advanced’ tab and set ‘serverTimezone’ property manually
AirServer自动接收多画面投屏或者跨设备投屏
【PyTorch实战】用PyTorch实现基于神经网络的图像风格迁移
如何将 @Transactional 事务注解运用到炉火纯青?
随机推荐
Connect to blog method, overload, recursion
Solve server returns invalid timezone Go to ‘Advanced’ tab and set ‘serverTimezone’ property manually
解密GD32 MCU产品家族,开发板该怎么选?
[爬虫]使用selenium时,躲避脚本检测
How much does it cost to develop a small program mall?
Using stack to convert binary to decimal
The road to success in R & D efficiency of 1000 person Internet companies
visual stdio 2017关于opencv4.1的环境配置
[statistical learning methods] learning notes - Chapter 5: Decision Tree
leetcode刷题:二叉树20(二叉搜索树中的搜索)
Charles: four ways to modify the input parameters or return results of the interface
Experiment with a web server that configures its own content
What is an esp/msr partition and how to create an esp/msr partition
跨域问题解决方案
【统计学习方法】学习笔记——第四章:朴素贝叶斯法
2022危险化学品生产单位安全生产管理人员考题及在线模拟考试
SQL Lab (41~45) (continuous update later)
Epp+dis learning road (2) -- blink! twinkle!
SQL Lab (46~53) (continuous update later) order by injection
Common knowledge of one-dimensional array and two-dimensional array