I\'m wondering if it\'s possible to have the jQuery Validator plugin validate elements that don\'t yet exist in the dom when the rules are initially setup.
Calling t
Okay, try two. What is adding your elements dynamically? Can't you just place the .Rules("add", ) to the same code?