Make each name unique, eg. name[0], name[1] and so on. As long as the
names are unique, the validation plugin can pick up new elements and
validate them.
In addition, rules must exist for each name. Using inline rules
(metadata, or classes and attributes) is the best approach here.
Otherwise use the rules method to add rules:
http://docs.jquery.com/Plugins/Validation/rules

Jörn

On Tue, May 19, 2009 at 3:23 PM, quard <qua...@gmail.com> wrote:
>
> My form has multiple elements like Name[] , which added via AJAX call.
> And I want to add them to validation check. How can I do it?
>

Reply via email to