How can I change the alert title in JavaScript? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

How can I change the alert title in JavaScript?

29th Oct 2019, 3:48 PM
Eduardo Cavalcante
Eduardo Cavalcante - avatar
1 ответ
+ 4
I'm afraid that's not possible, alert, prompt dialog are system dialogs, and web code has no access on that area. You might wanna search for custom dialog libraries instead, sweet alert may work, go and search for that 👍
29th Oct 2019, 4:09 PM
Ipang