Answers for "modal popup not close ajax in close button click"

0

when modal close event

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

modal show not close jquery

jQuery('#modal_ajax').modal('show', {backdrop: 'static', keyboard: false});
Posted by: Guest on December-25-2020

Code answers related to "modal popup not close ajax in close button click"

Code answers related to "Javascript"

Browse Popular Code Answers by Language