How to close the popup layer in layui

王林
Release: 2020-11-30 10:49:00
Original
8754 people have browsed it

Layui method to close the pop-up layer: through the [layer.closeAll();] method, this method can close all pop-up layers; if we only need to close the page layer, we can use the method [layer. closeAll('page');] to achieve.

How to close the popup layer in layui

The operating environment of this tutorial: Windows 10 system, layui version 2.5.6. This method is suitable for all brands of computers.

(Learning video sharing: javascript video tutorial)

layui method to close the pop-up layer:

Close all layers

layer.closeAll();
Copy after login

Close the information box

layer.closeAll('dialog');
Copy after login

Close all page layers

layer.closeAll('page');
Copy after login

Close all iframe layers

layer.closeAll('iframe');
Copy after login

Close the loading layer

layer.closeAll('loading');
Copy after login

Close all tips layers

layer.closeAll('tips');
Copy after login

Related recommendations: layui

The above is the detailed content of How to close the popup layer in layui. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template