jQuery validation does not work for hidden rows

jQuery validation does not work for hidden rows

AndersMalmgrenAndersMalmgren Posts: 12Questions: 0Answers: 0
edited December 2011 in General
My form is posted even if its not valid because jQuery only validates the ones in the form.
Any good solution for this? I use ajax so I trigger the validation using

$("#myform").valid();
This discussion has been closed.