[jQuery] validator plugin dynamic form names
Hi Jorn,
Really like the plugin! How do use dynamic form names? I have tried
numerous methods but it won't accept my variable.
ie $("#"+MyFormName)
My variable is set ok but it just does not seem to work. The reason I
want to do this is because I am dynamically creating the form names
from variables in php. There is also about 20 per page.
A second question is how do I call my own ajax function instead of
submit. The function is an <a href="javascript:etc etc > It always
seems to call submit.
Thanks for any help on this.
Regards,
Lance