For questions regarding the JavaScript `confirm` function or other such functions that ask the user for yes/no confirmation.
I now have problem with using confirmDialog inside tabView. Here is my confirmDialog <p:confirmDialog global="true" showEffect="fade" …
primefaces dialog confirm tabviewIn a multi-language web site, can I rely on the javascript confirm to translate the text of the Ok/Cancel …
javascript localization confirmI have a HTML table that displays rows of records and has a column on the end with a delete …
jquery onclick confirmIs there a way to have a confirm dialog box display the value a user typed in a text box …
javascript text dialog confirmI want to have a confirmation from the user before they submit a form. This will prevent accidental POSTing of …
javascript forms confirm onsubmitI use a simple JavaScript confirm function that is used by all pages in my Asp.net project and I …
asynchronous callback jquery-ui-dialog confirmSince jquery UI dialog does not support returning true/false, I need some other way to replace a javascript confirm. …
javascript alert confirmI tried this: https://stackoverflow.com/a/12617274/4164311. The string "Are you sure about this" just appears in my browser and …
jquery jquery-ui confirm confirmation