Answers for "when one modal popup open than how to another second modal close at close button"

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 "when one modal popup open than how to another second modal close at close button"

Code answers related to "Javascript"

Browse Popular Code Answers by Language