Answers for "modal close when click the background"

1

bootstrap diable backround on modal

<button data-target="#myModal" data-toggle="modal" data-backdrop="static" data-keyboard="false">
    Launch demo modal
 </button>`
Posted by: Guest on March-02-2020
0

when modal close event

$("yourid").on('hide.bs.modal', function(){
	// do it here
});
Posted by: Guest on January-07-2021

Code answers related to "modal close when click the background"

Code answers related to "Javascript"

Browse Popular Code Answers by Language