jquery-modal
jquery-modal copied to clipboard
Cannot close modal with append element ajax
:( help me .
$("body").on("click",".js-close-modal", function () { console.log('-- close modal'); $.modal.close(); $.modal.CLOSE = 'modal:close'; })
Hello,
I am not sure about the question but closing does not work for me, I apply the following to disappear the modal abruptly
document.getElementsByClassName("jquery-modal blocker current")[0].style.display = "none";