Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Layui opens the iframe window of layer how to close

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces how to close the iframe window of layer opened by layui. It is very detailed and has certain reference value. Friends who are interested must finish reading it.

(1) close a specific iframe

/ / when the iframe page closes itself, execute the following js script var index = parent.layer.getFrameIndex (window.name) on the iframe page; / / get the index parent.layer.close (index) of the current iframe layer first; / / close again

(2) the parent page passes parameters to the iframe pop-up layer

Var collectionId = parent.$ ("# hideCollectionId"). Val (); / / Hidden fields can be defined in the parent page. Id is hideCollectionId, and jquery is required.

(3) close all pop-up layers

If there is no complex logic such as layer overlay, all pop-up layers can be turned off as needed.

Layer.closeAll (); / / Crazy mode, close all layers layer.closeAll ('dialog'); / / close information box layer.closeAll (' page'); / / close all page layer layer.closeAll ('iframe'); / / close all iframe layer layer.closeAll (' loading'); / / close load layer layer.closeAll ('tips') / / close all tips layers above is "layui opens the iframe window of layer how to close" all the contents of this article, thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report