Top "Confirm" questions

For questions regarding the JavaScript `confirm` function or other such functions that ask the user for yes/no confirmation.

JavaScript Form Submit - Confirm or Cancel Submission Dialog Box

For a simple form with an alert that asks if fields were filled out correctly, I need a function that …

javascript html forms submit confirm
Javascript Confirm popup Yes, No button instead of OK and Cancel

Javascript Confirm popup, I want to show Yes, No button instead of OK and Cancel. I have used this vbscript …

javascript html button popup confirm
Confirm deletion using Bootstrap 3 modal box

I need to confirm deletion using Bootstrap 3 modal box (YES/NO). How can I create this? HTML code: <form …

jquery css twitter-bootstrap-3 bootstrap-modal confirm
How to show the "Are you sure you want to navigate away from this page?" when changes committed?

Here in stackoverflow, if you started to make changes then you attempt to navigate away from the page, a javascript …

javascript html message onbeforeunload confirm
JQuery confirm dialog

Possible Duplicate: Yes or No confirm box using jQuery I see a lot of examples here about replacements for jQuerys …

jquery jquery-ui confirm
javascript popup alert on link click

I need a javascript 'OK'/'Cancel' alert once I click on a link. I have the alert code: <script …

javascript hyperlink alert confirm confirmation
How to style default confirm box with only css?

I would like to style standard window.confirm without using any additional JavaScript code, only with CSS. Is it even …

css confirm
Javascript - rename confirm() buttons

By default, there are two buttons:"ok" and "cancel" in confirm(). Is there a way to rename them?

javascript confirm
Javascript - confirm() inside a jquery .click() function

I have the following $("element").click(function() { var foo=bar; if ( foo == "bar" ) { confirm('Dialogue'); } }); But I would like to …

javascript jquery function confirm
Can you wait for javascript callback?

I'm trying to use the jQuery alerts dialog library from http://abeautifulsite.net/notebook/87 instead of the default alerts (which …

javascript jquery dialog callback confirm