0

Following is the method i am using to hide dialog box (using sweete alert), it is working in all browser but not working in IE(EDGE). can anyone help ?

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

1 回答 1

0

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

于 2015-08-20T13:21:57.017 回答