[jQuery] [validate] Attaching events to dynamically added fields
Hi Jörn or anyone else familiar with this plugin,
First off, thanks for the great validation plugin. I hope I do not
impose too much with this question.
I have a dynamic form with fields named using brackets ([]).
Validation is working for fields that existed on the initial page
load, but when I add append the code for a new field, the validation
events are, of course, not attached to the new DOM elements. What's
the best way to accomplish this?
Rob