隐藏对话框的代码在ie11中不工作

code to hide dialog box is not working in IE 11

本文关键字:工作 ie11 对话框 代码 隐藏      更新时间:2023-09-26

以下是我用来隐藏对话框(使用甜警报)的方法,它在所有浏览器中工作,但在IE(EDGE)中不起作用。有人能帮忙吗?

function hide_Sweet_Alert(){
     jQuery('.sweet-overlay').css({'display':'none'});
     jQuery('.sweet-alert').css({'display':'none'}).addClass('hideSweetAlert');
} 

使用swal.close()关闭出汗警报