Answers for "modal close when input field is clicked"

8

close bootstrap modal with javascript

$('#myModal').modal('hide');
Posted by: Guest on April-16-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 input field is clicked"

Code answers related to "Javascript"

Browse Popular Code Answers by Language