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?

Reply via email to