jQuery Validation plugin: disable validation for specified submit buttons

后端 未结 12 605
故里飘歌
故里飘歌 2020-11-22 16:14

I have a form with multiple fields that I\'m validating (some with methods added for custom validation) with Jörn Zaeffere\'s excellent jQuery Validation plugin. How do you

12条回答
  •  花落未央
    2020-11-22 17:00

    You can add a CSS class of cancel to a submit button to suppress the validation

    e.g

    
    

    See the jQuery Validator documentation of this feature here: Skipping validation on submit


    EDIT:

    The above technique has been deprecated and replaced with the formnovalidate attribute.

    
    

提交回复
热议问题