GedMarc / bootstrap4-dialog

bootstrap4 compatible modal dialog based on nakupanda.github.io/bootstrap3-dialog
https://nakupanda.github.io/bootstrap3-dialog/
65 stars 31 forks source link

close all open modal #5

Closed miinoru closed 6 years ago

miinoru commented 6 years ago

thanks for your work on updating the plugin!! I only have the problem, which I do not achieve. close all open modal.

 $.each(BootstrapDialog.dialogs, function(id, dialog){
                    dialog.close();
  });

How is this achieved? in advance thank you very much and apologize for the bad english :P

GedMarc commented 6 years ago

Hi @miinoru

You can use

 $('.modal').modal('hide');