How can I change the button style of the notification window?

How can I change the button style of the notification window?

Is it possible to ? or need to make a dialogue instead alert.

+4
source share
1 answer

Style alert()The JS function is determined by the browser you are using. You cannot change this.

But you can create custom alert windows using, for example, jQuery UI or other libraries.

+2
source

Source: https://habr.com/ru/post/1695152/


All Articles