Bug Tracker

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)

jquery.validate.js (36.0 KB) - added by Jeroen van de Pol 14 years ago.
Update for updating grouped elements after validation of the group.
solution.txt (718 bytes) - added by Jeroen van de Pol 14 years ago.
Update, now only validates fields that are in group of the current element, also only submitted a snippet.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by Jeroen van de Pol

Attachment: jquery.validate.js added

Update for updating grouped elements after validation of the group.

Changed 14 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 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

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.