Dave Stewart schrieb:
Hey Jorn,
That's great! As you know I'm a big fan of the plugin :)
You know I've written a whole load of cool helper stuff that works
with validate. Perhaps I should email you, rather than using this
agonisingly slow groups thing...? Let me know if that's cool.
Did you see my other post about validating associative arrays?
http://groups.google.com/group/jquery-en/browse_frm/thread/345f81caf95a163a#
I often pass values to PHP naming my elements like this:
group[property_1]
group[property_2]
group[property_3]
At this time, there's no way to validate a group like this using your
plugin. If you have the time, I'd love you to take a look at the post.
At first glance I'd say to validate them as a group, use the same name.
If that doesn't work out for you, a custom method may work. Apply it to
the first element that then validates the rest of the group.
It may help if you could provide a more concrete example.
Jörn