Answers for "bootstrap modal disable click outside close"

3

bootstrap modal popup disable click outside

<button data-target="#myModal" data-toggle="modal" data-backdrop="static" data-keyboard="false">
    Launch demo modal
 </button>
Posted by: Guest on March-18-2021
1

bootstrap modal not close

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

modal don't close when click outside

<button data-target="#myModal" data-toggle="modal" data-backdrop="static" data-keyboard="false">
    Launch demo modal
 </button>`
Posted by: Guest on July-29-2021

Code answers related to "bootstrap modal disable click outside close"

Code answers related to "Javascript"

Browse Popular Code Answers by Language