Hello, i am having an in closemodal function don't know what it is
function closeModal(){
jQuery(#details-modal).modal('hide');
setTimeout (function(){
jQuery(#details-modal).remove();
jQuery(.modal-backdrop).remove();
},500)
}
please help