I would like to validate one particular hidden field (which is a counter) on a form.
As the other hidden fields should not be validated, the classic workaround below does not fit to my needs.
$.validator.setDefaults({
ignore: [],
});
Do you know a solution for this issue?