+ 2
Is there a way to customize alert boxes in js?
Alert boxes look boring when you use alert() in JS. Can I customize them and make them look better?
3 Réponses
+ 3
You can use something like sweetalert
https://sweetalert2.github.io/
If you don't want to spend time building every alert by yourself
+ 1
Ok
+ 1
Ok