Several custom validate rules in Jquery Validate plugin
问题 I am using Jquery Validate plugin to check the user input however, i found that the option is not sufficient and i decided to use custom rules Are there any website provide those rules? What i would like to check is the format of date and integer only Thank you 回答1: you can customized jQuery validate plugin like this. jQuery("form#my-form").validate({ rules: { //input field name "inputName" //implement your rules here inputName: { minlength: 3 } }, messages: { inputName: { required : 'Your