Bug #4202
Updated by krileon about 11 years ago
The new jQuery validate plugin does not use metaclasses. It now uses data-rule attributes. Example as follows
data-rule-minlength="6"
Upgrade all usages with a new function to add data rules to the "additional" variable of fields. Also review the add rule and add method usages to ensure are valid usages.