Home  >  Article  >  Web Front-end  >  BootStrap modal box automatically closes code sharing after clicking save

BootStrap modal box automatically closes code sharing after clicking save

小云云
小云云Original
2018-05-30 09:27:383108browse

This article mainly introduces the idea of ​​​​automatically closing the modal box after clicking Save in BootStrap (modal box). Friends who need it can refer to it. I hope it can help everyone.

The requirements are as follows:

Click the "Replace" button in the pop-up modal box to implement the modal box Automatically close,

How to do it:

Add to the "Replace" button: data-dissmiss="modal"

<button type="button" class="btn btn-primary btn-sm"data-dismiss="modal" >更换</button>

Related recommendations:

Detailed explanation of bootstrap modal box nesting and tabindex attributes

Two ways to pop up modal boxes in Angular

bootstrap modal box nesting, tabindex attribute, method of removing shadow

The above is the detailed content of BootStrap modal box automatically closes code sharing after clicking save. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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