Answers for "close bootstrap modal with javascript"

4

close bootstrap modal with javascript

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

bootstrap modal not close

  		$('#MymodalPreventScript').modal({
    		backdrop: 'static',
    		keyboard: false
		});
Posted by: Guest on March-10-2020

Code answers related to "close bootstrap modal with javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language