Actions
Bug #4202
closedAll jQuery validate usages broken
Bug #4202:
All jQuery validate usages broken
Description
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.
Updated by krileon over 12 years ago
- Description updated (diff)
Updated by krileon over 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Updated by beat about 11 years ago
- Status changed from Resolved to Closed
Actions