Opened 14 years ago
Closed 13 years ago
#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: | |
Blocked by: | Blocking: |
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 (2)
Change History (3)
Changed 14 years ago by
Attachment: | jquery.validate.js added |
---|
Changed 14 years ago by
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 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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 .
Note: See
TracTickets for help on using
tickets.
Update for updating grouped elements after validation of the group.