I'm using jQuery validation engine for field validation
On page load there are already fields available, and the validation works correct for them, but there are some buttons which add fields dynamically, and those validations won't work obviously :) I tried initializing the instance again but it doesn't work.
Is there a method by which I can manually add validation instance to those field which I have added dynamically
EDIT: Sorry forgot to mention, I'm using this plugin http://www.position-relative.net/creation/formValidator/index.html
Thanks, Mo