How do you create a simple, custom rule using the jQuery Validate plugin (using addMethod) that doesn't use a regex?
For example, what function would create a rule that validates only if at lease one of a group of checkboxes is checked?
|
How do you create a simple, custom rule using the jQuery Validate plugin (using addMethod) that doesn't use a regex? For example, what function would create a rule that validates only if at lease one of a group of checkboxes is checked? |
|||||
|
|
You can create a simple rule by doing something like this:
And then applying this like so:
Just change the contents of the 'addMethod' to validate your checkboxes. |
|||||||||||||||||||
|
|
|||||||||||||||
|
|
|||
|
Thanks, it worked! Here's the final code:
|
||||
|
|
|
|||||
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.