Answers for "how to show modal box popup after the success in bootstrap"

3

programmatically show modal boostrap

$('#myModal').modal('show');
Posted by: Guest on January-11-2021
4

close bootstrap modal with javascript

$('#myModal').modal('hide');
Posted by: Guest on April-16-2020

Code answers related to "how to show modal box popup after the success in bootstrap"

Browse Popular Code Answers by Language