[jQuery] Re: Validate plugin with radio button in IE 6 & 7
Nobody?
[jQuery] Validate plugin with radio button in IE 6 & 7
Hi everyone, I have a problem with my validation on my form in IE (6 AND 7) This is a part of my form: boy girl My Validation script: jQuery.validator.addMethod("defaultvalue", function(value, element) { return this.optional(element) || element.defaultValue !