About 50 results
Open links in new tab
  1. Form Validation using JavaScript? - Stack Overflow

    Apr 18, 2015 · 3 I'm trying to use form validation using JavaScript, however I don't seem to get any response, not even an alert even though it's there.

  2. HTML/JavaScript: Simple form validation on submit

    HTML/JavaScript: Simple form validation on submit Asked 12 years, 11 months ago Modified 5 years, 8 months ago Viewed 200k times

  3. How to force an HTML form to validate without submitting it via jQuery

    Aug 8, 2012 · 358 I have this form in my app and I will submit it via AJAX, but I want to use HTML for client-side validation. So I want to be able to force the form validation, perhaps via jQuery. I want to …

  4. html - javascript form validation with class - Stack Overflow

    May 10, 2013 · I've used the HTML5 form for a website. I thought, if I use HTML5, it automatically valid the form. But, it won't properly for all the field at all the browser. So, I had to use javascript. As I ai...

  5. javascript - Trigger standard HTML validation (form) without using ...

    Anyone who know how I can trigger the standard HTML5 validation in a form without using a submit button? (JavaScript or jQuery). I do not want to send POST/GET request, only do the validation.

  6. javascript - How to set custom validation messages for HTML forms ...

    Learn how to set custom validation messages for HTML forms using JavaScript and enhance user experience with tailored error messages.

  7. How can I validate an email address in JavaScript?

    Sep 5, 2008 · Keep in mind that one should not rely on JavaScript validation alone, as JavaScript can be easily disabled by the client. Furthermore, it is important to validate on the server side. The following …

  8. javascript: validate form before submit? - Stack Overflow

    Jan 13, 2015 · Learn how to validate forms using JavaScript before submission with examples and solutions provided by the Stack Overflow community.

  9. javascript - Validating multiple fields in a form - Stack Overflow

    1 You misplaced the braces { } for validation of password. Place them after if clause.

  10. How to validate radio button using javascript - Stack Overflow

    Need to validate a radio button input, i.e. when submit button is pressed and no radio buttons have been selected, it alerts the user saying 'please select a check box', and if a radio button has b...