How to create JavaScript alert with 3 buttons (Yes, No and Cancel)?
Answers
Answered by
2
The standard JavaScript alert box won’t work if you want to customize it. For that, we have a custom alert box, which we’re creating using jQuery and styled with CSS.
You can try to run the following code to create an alert box with 3 buttons i.e Yes, No and Cancel.
I HOPE THIS HELPS YOU
Similar questions