Is there any way to rename the Javascript Confirmation message box label from Yes to Proceed?
Asked
Active
Viewed 105 times
0
-
easy to do with Jquery if you are using that type. – Icewine Jul 07 '17 at 08:39
-
1Note to those suggesting using jQuery/jQueryUI solutions - that is not a direct replacement for `confirm()` – Rory McCrossan Jul 07 '17 at 08:40
1 Answers
1
I think you can't, unless you use a library like jQueryUi which will provide an alternative : http://jqueryui.com/dialog/#modal-confirmation

Syraxis
- 138
- 1
- 10