1, is the verification of form forms, that is, must be a form object to call the Validate method
2, by default, the form will be submitted to trigger the check, such as: $ ("form"). Submit () or click submit Button Type=submit. To change the trigger checksum, you can invoke the form () method of the validator object to trigger the check manually.
3, call Validator's valid () method to determine whether the checksum is passed, the Resetform () method can reset the form.
4. Read-only (readonly) elements cannot be applied to a validation rule
4, Rookie tutorial: http://www.runoob.com/jquery/jquery-plugin-validate.html
5, the document address is: http://jqueryvalidation.org/documentation/
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M02/79/8E/wKiom1aUjszwU5t5AAAsKXaJ6VE947.png "title=" Validator.png "alt=" Wkiom1aujszwu5t5aaaskxaj6ve947.png "/>
An example is attached below:
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M02/79/8C/wKioL1aUj6fydSviAACfwmTPFPw589.png "title=" 2016-01-12_132957.png "alt=" Wkiol1auj6fydsviaacfwmtpfpw589.png "/>
This article is from the "ten-li Rice flower" blog, please be sure to keep this source http://5880861.blog.51cto.com/5870861/1734140
JQuery Validation plugin need to be aware of during use