Hey i made an webserver with nodejs and express if i sent a request to ip/test it give me text via res.send(‘test) i want to fetch this text via sweetalert but it always fail :/ The JavaScript Code: …
Tag: sweetalert
SweetAlert2 disallow outside click after confirm
I want to create an alert similar to the ajax-example, but allowing outside click dismiss before confirming. After the user clicks confirm I would like to disallow outside click until the operation is …
SweetAlert showLoaderOnConfirm not displaying
i am using sweetalert to display delete confirmation,and process it later while displayin a loading action,though it is not working,thi is the code,that doesn’t work (it is supposed to display a …