[jQuery] Re: Validate plugin with radio button in IE 6 & 7

2009-03-11 Thread Glamorous
Nobody?

[jQuery] Validate plugin with radio button in IE 6 & 7

2009-03-11 Thread Glamorous
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 !