We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为什么我这样注册
function validate() { $('#userRegisterForm').validate()} 我这样用不会执行校验?
难道只有button type=submit才会执行校验?
The text was updated successfully, but these errors were encountered:
我也正在找这个问题,如果是异步ajax操作,如何调用验证?
Sorry, something went wrong.
No branches or pull requests
为什么我这样注册
function validate() {
$('#userRegisterForm').validate()}
我这样用不会执行校验?
难道只有button type=submit才会执行校验?
The text was updated successfully, but these errors were encountered: