jQuery validation does not work for hidden rows
jQuery validation does not work for hidden rows
AndersMalmgren
Posts: 12Questions: 0Answers: 0
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();
Any good solution for this? I use ajax so I trigger the validation using
$("#myform").valid();
This discussion has been closed.