swal({
title: "Etsi ohjelmaa!",
text: "Kirjoita ohjelman nimi:",
type: "input",
showCancelButton: true,
closeOnConfirm: true,
animation: "slide-from-top",
inputPlaceholder: nimi
}
我尝试了
onClose: $("sweet-alert").removeClass()
,但是它不起作用。我也应该删除类“ sweet-overlay”。那么,如何在对话框关闭后从DOM中删除Sweet-alert?
https://sweetalert2.github.io/
最佳答案
SweetAlert2在关闭后将自身移除,证明:
确保您使用的是最新版本。
关于javascript - 对话框关闭后,从DOM中删除SweetAlert2,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/45435459/