Home > Article > Web Front-end > BootStrap modal box automatically closes code sharing after clicking save
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!