+ 2
Is there a way to style the alert box in JS?
2 ответов
+ 5
Hello!
The dialog is a system object and cannot be styled. One of the ways to overcome this problem, is to create HTML element to mimic JS alert box. Here, it would also be a good idea to use jQuery UI dialogue that does a lot of the work! Link: "https://jqueryui.com/dialog/".
Another solution would be to use the "https://sweetalert.js.org/"! It has quick-to-implement and great-looking solutions. Hope my answer was helpful, don't forget to vote for the answer to help as many people as possible ☺️
0
try to use modals