Closed miinoru closed 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
Hi @miinoru
You can use
$('.modal').modal('hide');
thanks for your work on updating the plugin!! I only have the problem, which I do not achieve. close all open modal.
How is this achieved? in advance thank you very much and apologize for the bad english :P