Ticket #4298 (closed enhancement: invalid)
[validate] Grouped elements are not update on successfull validation
| Reported by: | Jeroen van de Pol | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | plugin | Version: | 1.3.2 |
| Keywords: | Validate | Cc: | |
| Blocking: | Blocked by: |
Description
If you have set up some field to works as group validation. Only the field you update will be validated, the fields present in the group, won't be.
I made a solution for this in the jquery.validate.js. see the file attached for the solution (only works for onkeyup).
Attachments
Change History
Changed 4 years ago by Jeroen van de Pol
-
attachment
jquery.validate.js
added
Changed 4 years ago by Jeroen van de Pol
-
attachment
solution.txt
added
Update, now only validates fields that are in group of the current element, also only submitted a snippet.
comment:1 Changed 4 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Update for updating grouped elements after validation of the group.