简体   繁体   中英

Jquery Validate Plugin is applying rules only including jquery.validate.min file

I am getting the validation errors in all my forms and I have not even applied the $('form').validate() method to any form.

I understand that after the document is loaded, I have to apply the validate() method on the form that I want to apply the validation functionality, but in this case, I am only including the plugin files, and the validations are been applied on all my forms.

Can anybody help me to solve this?

Regards! (And sorry about my english)

Please be more details about the issue.... Which version you are using and provide dummy code will better for understanding.

Have a look on the below point may be help you: You must have added attributes to the form inputs like "required",'numbers'...etc

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM