[jQuery] [validate] Validation depending on checkboxes

2009-04-03 Thread Johannes Kupser
hi, I have 2 fieldsets with checkboxes depending on each other. In the first fieldset, you can choose values between 1 and 6 and if you choose e.g. checkbox with the value 3, I want to have a the value 3 as the maxLength value for the second checkbox fieldset. What I just have right now: if one o

[jQuery] Re: Event Capture Architecture

2008-11-12 Thread Johannes Kupser
Can't you give the elements the same class and bind the class with the click event?