About 50 results
Open links in new tab
  1. javascript - how to check confirm password field in form without ...

    Feb 12, 2014 · I have a project in which I have to add a registration form and I want to to validate that the password and confirm fields are equal without clicking the register button. If the password and …

  2. How to automatically press ENTER key/Confirm alert box with …

    Dec 17, 2012 · How to automatically press ENTER key/Confirm alert box with javascript/jquery Asked 13 years, 2 months ago Modified 13 years, 2 months ago Viewed 14k times

  3. html - Javascript confirm dialog - Stack Overflow

    I want to add a confirm dialog to a delete button to ask the user whether it is ok or not deleting the selected item. If not, nothing should happend, else a url should be executed. I know how to re...

  4. JavaScript: Confirm dialog box that shows value from a text box

    Jul 27, 2010 · Is there a way to have a confirm dialog box display the value a user typed in a text box on a form? (For example, if the user types 100.00, I'd like the dialog box display a message something …

  5. HTML5 validation of password and confirm password - Stack Overflow

    Jul 1, 2025 · How to do validation of password and confirm password in registration form with HTML5 ? I know how to do with JavaScript and jQuery, but I want to do this with HTML5.

  6. How to use confirm using sweet alert? - Stack Overflow

    Jun 30, 2015 · How to use confirm using sweet alert? Asked 10 years, 8 months ago Modified 2 years, 4 months ago Viewed 321k times

  7. Confirm Password with jQuery Validate - Stack Overflow

    Feb 5, 2013 · I'm trying to use jQuery validate plugin to confirm my password entry. However, I don't want it to be a required field. Just IF a user wants to change the password ...

  8. JavaScript: How to select "Cancel" by default in confirm box?

    38 I am displaying a JavaScript confirm box when the user clicks on the "Delete Data" button. I am displaying it as shown in this image: In the image, the "OK" button is selected by default. I want to …

  9. How to automatically click a confirm box? - Stack Overflow

    Jul 20, 2012 · 32 You can override the confirm method to temporarily silence it and return true. Below example will silence a confirm dialog only once, and only if it's called. Once the silenced dialog is …

  10. How to confirm by enter key - Remodal - Stack Overflow

    Oct 28, 2017 · How to confirm by enter key - Remodal Asked 8 years, 3 months ago Modified 8 years, 3 months ago Viewed 955 times