To check whether a certain field is valid, use: $('#myField')[0].checkValidity(); // returns true|false. To check if the form is valid, use:
確定! 回上一頁