Skip to content
Advertisement

Changing the text after clicking a button in a modal

May I know how to solve my problem, how will it work if you click the button then the confirm button then the text “Hello” will change to a “Hi” word? I tried my best to solve it but I still can not know how to figure my problem that is why I am asking for a help. https://jsfiddle.net/chrismontage/dverj816/10/

JavaScript
JavaScript
JavaScript

Advertisement

Answer

Just add one line to your confirm.onclick function:

JavaScript

You had the function right, just probably forgot to add it to your onclick listener.

Advertisement