1. 程式人生 > >BootStrap模態框,點選儲存後實現模態框自動關閉的思路

BootStrap模態框,點選儲存後實現模態框自動關閉的思路

需求如下:

在彈出的模態框中點選 “更換” 按鈕後 實現模態框自動關閉,

做法:給“更換“按鈕加上:data-dissmiss="modal"

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