[jQuery] Re: jQuery Validation Errors

2008-09-17 Thread GregWa
I apologize, I am incorrect. It has to do with trying to switch the name attribute on radio buttons in IE. If you do so the plugin will error. The reason I was trying to change the name attribute is due to a problem in ASP.Net that will mangle the name when used in things like repeaters/listviews.

[jQuery] Re: jQuery Validation Errors

2008-09-17 Thread Jörn Zaefferer
Well, the documentation is a wiki, you're welcome to help improving it. If you aren't sure about a change you make, notify me or others about the change by posting to the list. If you think its a bug in the plugin, please create a ticket: http://dev.jquery.com/newticket (requires registration) Jö

[jQuery] Re: jQuery Validation Errors

2008-09-17 Thread GregWa
I figured out the problem. In IE, if you have not set a class, even an empty class would suffice (class=""), it will throw that error. I never saw this in the documentation, which I feel could use some work as is to be clearer. As such, I am not sure whether this is a known problem or coding prob

[jQuery] validation errors

2007-10-10 Thread Alexander Graef
I am using the validation plugin and I can not get multi-selects working. As soon as I send the multi select as an array, validation fails or does not trigger. Also my previous message about the checkboxes not validating. How can I validate a group of checkboxes that have different names. Only