jquery-modal icon indicating copy to clipboard operation
jquery-modal copied to clipboard

Cannot close modal with append element ajax

Open TrungPhuNA opened this issue 5 years ago • 1 comments

:( help me . $("body").on("click",".js-close-modal", function () { console.log('-- close modal'); $.modal.close(); $.modal.CLOSE = 'modal:close'; })

TrungPhuNA avatar Jan 14 '20 10:01 TrungPhuNA

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";

nexodev avatar Dec 24 '21 21:12 nexodev