diff --git a/entries/validate.xml b/entries/validate.xml index f100364..c85ac01 100644 --- a/entries/validate.xml +++ b/entries/validate.xml @@ -272,10 +272,10 @@ - Validate checkboxes and radio buttons on click. Set to false to disable. + Validate checkboxes, radio buttons, and select elements on click. Set to false to disable.

Set to a Function to decide for yourself when to run validation.

A boolean true is not a valid value.

-

Example: Disables onclick validation of checkboxes and radio buttons.

+

Example: Disables onclick validation of checkboxes, radio buttons, and select elements.


 					$("#myform").validate({
 						onclick: false