+ 1
How to add sweetalert
How to add sweetalert(swal) in our webpage
4 odpowiedzi
+ 6
Copy and paste this in the src attribute of the script tag.
https://unpkg.com/sweetalert/dist/sweetalert.min.js
And use swal("......").
+ 3
Cöding Mastér[#MI]HITMAN SHARMA
Let's take these code for reference :
https://code.sololearn.com/WmWK249l6hzW/?ref=app
https://code.sololearn.com/W61pGgtsXa18/?ref=app
+ 2
Pranav Kalro I will try
+ 2
AZHAGESAN (Call Me Alex) thanks