How can I change the alert title in JavaScript? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How can I change the alert title in JavaScript?

29th Oct 2019, 3:48 PM
Eduardo Cavalcante
Eduardo Cavalcante - avatar
1 Réponse
+ 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