Home > Web Front-end > JS Tutorial > body text

BootStrap modal box automatically closes code sharing after clicking save

小云云
Release: 2018-05-30 09:27:38
Original
3108 people have browsed it

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>
Copy after login

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!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!