[jQuery] Re: Validate groups of input fields, checkbox highlight and reset

2009-09-01 Thread hendra
I one to valideate group of them. I guess for problem 1 and problem 2 is a bug of jQuery validation. I hope the writer will fix the bugs soon. On Aug 17, 1:16 am, Carlos Becar wrote: > The problem is validation , but do you want validate only one radio/checkbox > or group of them, because if

[jQuery] Re: Validate groups of input fields, checkbox highlight and reset

2009-08-16 Thread hendra
Carlos, Thanks for your response for problem #2. I viewed the generated source code using web developer addon-firefox. The has class "valid" instead of "error". So i guess you are right, the problem is with the checkbox validation. I guess this is a bug with Jquery validation. Here is the built

[jQuery] Re: Validate groups of input fields, checkbox highlight and reset

2009-08-14 Thread hendra
lid success or valid failed, instead of the element itself. But I don't know how to fix it... On Aug 11, 12:29 am, hendra wrote: > Hi, > > I have 3 problems I need to solve: > > 1. Validate groups of input fields. I see in the example of tabs, you > can do as

[jQuery] Validate groups of input fields, checkbox highlight and reset

2009-08-10 Thread hendra
Hi, I have 3 problems I need to solve: 1. Validate groups of input fields. I see in the example of tabs, you can do as follows: // validate the other two selects when one changes to update the whole group var birthdaySelects = $("#birthdateGroup select").click(function() {