Am having a few issues with the Jquery Validation plug in, and wondering if anyone can assist.
At the moment, the plug in works with any form elements currently on t
This is because $("#addRelease").validate adds event Handlers to your HTML Elements the time it is called. You have to call it again after inserting new elements.
$("#addRelease").validate