Answers for "bootstrap 4.5 modal dont close on submit"

4

close bootstrap modal with javascript

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

bootstrap modal don't dismiss

<div class="modal fade" id="myModal" data-backdrop="static" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
Posted by: Guest on September-07-2020

Code answers related to "bootstrap 4.5 modal dont close on submit"

Browse Popular Code Answers by Language