Ticket #4213 http://dev.jquery.com/ticket/4213
On Feb 22, 4:06 pm, Jörn Zaefferer <joern.zaeffe...@googlemail.com> wrote: > Yes, preferably with a little usecase description. Helps providing > appropiate examples. > > Jörn > > On Sun, Feb 22, 2009 at 11:02 PM, Raymond Camden <rcam...@gmail.com> wrote: > > > Should I file an enhancement report for it? > > > On Feb 22, 3:32 pm, Jörn Zaefferer <joern.zaeffe...@googlemail.com> > > wrote: > >> Nope, simply doesn't exist yet. For other options, you can just add > >> them at runtime: > > >> var validator = $(...).validate(); > >> validator.settings.onfocus = ...; > > >> Though in this case, the groups-option is preprocessed when > >> initializing the plugin, so just updating validator.settings.groups > >> isn't enough. > > >> Jörn > > >> On Sun, Feb 22, 2009 at 7:24 PM, Raymond Camden <rcam...@gmail.com> wrote: > > >> > I just played with groups and error placement with the Validation > >> > plugin. It worked perfectly. I'm trying to combine it with some code > >> > that adds form fields dynamically. The validation plugin has an api to > >> > let me add rules, which works fine, but I don't seem to see a way to > >> > add groups. Am I missing it?