jQuery Validation required returns false and still validates the input
- by Esteban Feldman
I have a select box that is default to nill
But still in required I use a function that always returns false and validation stills validates my select
dob: { required: function(element) { return false;}},
Is marked as valid, no matter what is returned.
Any clue?
jQuery validation plug-in 1.7
jQuery 1.4.2
jQuery UI 1.8