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 se
Try HTMLFormElement.reportValidity() where this function will invoke the input validations.